Color Hex Logo

#eb1167 Color Hex

#EB1167
(235,17,103)
0 Favorites   0 Comments

Color spaces of #eb1167

RGB 23517103
HSL0.930.870.49
HSV336°93°92°
CMYK 0.000.930.56   0.08
XYZ36.909619.042314.5622
Yxy19.04230.52340.2700
Hunter Lab43.637574.613910.7607
CIE-Lab50.736777.127012.7844

#eb1167 color RGB value is (235,17,103).

#eb1167 hex color red value is 235, green value is 17 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #eb1167 hue: 0.93 , saturation: 0.87 and the lightness value of eb1167 is 0.49.

The process color (four color CMYK) of #eb1167 color hex is 0.00, 0.93, 0.56, 0.08. Web safe color of #eb1167 is #ff0066. Color #eb1167 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00010001 01100111
Octal 353 21 147
Decimal 235 17 103
Hex EB 11 67

RGB Percentages of Color #eb1167

%66.20
%4.79
%29.01

CMYK Percentages of Color #eb1167

%0
%93
%56
%8

Triadic Colors of #eb1167

#eb1167 #67eb11 #1167eb

Analogous Colors of #eb1167

#eb1167 #eb2811 #eb11d4

Monochromatic Colors of #eb1167

#eb1167

Complementary Color

#eb1167 #11eb95

#eb1167 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb1167 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb1167 Color CSS Codes

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

#eb1167 Text Font Color

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

This sample text font color is #eb1167
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.


#eb1167 Background Color

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

This div background color is #eb1167


#eb1167 Border Color

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

This div border color is #eb1167


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb1167


Comments

No comments written yet.

Please login to write comment.