Color Hex Logo

#eb117f Color Hex

#EB117F
(235,17,127)
0 Favorites   0 Comments

Color spaces of #eb117f

RGB 23517127
HSL0.920.870.49
HSV330°93°92°
CMYK 0.000.930.46   0.08
XYZ38.292219.595421.8427
Yxy19.59540.48030.2458
Hunter Lab44.266776.94191.7310
CIE-Lab51.376678.8676-0.9123

#eb117f color RGB value is (235,17,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00010001 01111111
Octal 353 21 177
Decimal 235 17 127
Hex EB 11 7F

RGB Percentages of Color #eb117f

%62.01
%4.49
%33.51

CMYK Percentages of Color #eb117f

%0
%93
%46
%8

Triadic Colors of #eb117f

#eb117f #7feb11 #117feb

Analogous Colors of #eb117f

#eb117f #eb1112 #ea11eb

Monochromatic Colors of #eb117f

#eb117f

Complementary Color

#eb117f #11eb7d

#eb117f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb117f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb117f Color CSS Codes

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

#eb117f Text Font Color

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

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


#eb117f Background Color

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

This div background color is #eb117f


#eb117f Border Color

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

This div border color is #eb117f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb117f


Comments

No comments written yet.

Please login to write comment.