color codes Logo

#eb007e color codes

#EB007E
(235,0,126)
0 Favorites   0 Comments

Color spaces of #eb007e

RGB 2350126
HSL0.911.000.46
HSV328°100°92°
CMYK 0.001.000.46   0.08
XYZ38.026819.168521.4343
Yxy19.16850.48360.2438
Hunter Lab43.781878.41831.6207
CIE-Lab50.883880.1369-1.0278

#eb007e color RGB value is (235,0,126).

#eb007e hex color red value is 235, green value is 0 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #eb007e hue: 0.91 , saturation: 1.00 and the lightness value of eb007e is 0.46.

The process color (four color CMYK) of #eb007e color code is 0.00, 1.00, 0.46, 0.08. Web safe color of #eb007e is #ff0066. Color #eb007e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00000000 01111110
Octal 353 0 176
Decimal 235 0 126
Hex EB 0 7E

RGB Percentages of Color #eb007e

%65.10
%0.00
%34.90

CMYK Percentages of Color #eb007e

%0
%100
%46
%8

Triadic Colors of #eb007e

#eb007e #7eeb00 #007eeb

Analogous Colors of #eb007e

#eb007e #eb0008 #e300eb

Monochromatic Colors of #eb007e

#eb007e

Complementary Color

#eb007e #00eb6d

#eb007e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb007e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb007e Color CSS Codes

.mybgcolor {background-color:#eb007e; } 
.myforecolor {color:#eb007e; }
.mybordercolor {border:3px solid #eb007e; }

#eb007e Text Font Color

<p style="color:#eb007e">Text here</p>

This sample text font color is #eb007e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#eb007e Background Color

<div style="background-color:#eb007e">
Div content here</div>

This div background color is #eb007e


#eb007e Border Color

<div style="border:3px solid #eb007e">
Div here</div>

This div border color is #eb007e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(235,0,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eb007e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eb007e;
  -webkit-box-shadow: 1px 1px 3px 2px #eb007e;
  box-shadow:         1px 1px 3px 2px #eb007e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,0,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #eb007e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #eb007e;
  -webkit-box-shadow: 1px 1px 3px 2px #eb007e;
  box-shadow:         1px 1px 3px 2px #eb007e;">
Div content here</div>

This div box has shadow with color #eb007e


Comments

No comments written yet.

Please login to write comment.