Color Hex Logo

#e3116b Color Hex

#E3116B
(227,17,107)
0 Favorites   0 Comments

Color spaces of #e3116b

RGB 22717107
HSL0.930.860.48
HSV334°93°89°
CMYK 0.000.930.53   0.11
XYZ34.532817.793315.5243
Yxy17.79330.50900.2622
Hunter Lab42.182172.31217.7069
CIE-Lab49.244475.55458.0070

#e3116b color RGB value is (227,17,107).

#e3116b hex color red value is 227, green value is 17 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #e3116b hue: 0.93 , saturation: 0.86 and the lightness value of e3116b is 0.48.

The process color (four color CMYK) of #e3116b color hex is 0.00, 0.93, 0.53, 0.11. Web safe color of #e3116b is #cc0066. Color #e3116b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00010001 01101011
Octal 343 21 153
Decimal 227 17 107
Hex E3 11 6B

RGB Percentages of Color #e3116b

%64.67
%4.84
%30.48

CMYK Percentages of Color #e3116b

%0
%93
%53
%11

Triadic Colors of #e3116b

#e3116b #6be311 #116be3

Analogous Colors of #e3116b

#e3116b #e32011 #e311d4

Monochromatic Colors of #e3116b

#e3116b

Complementary Color

#e3116b #11e389

#e3116b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3116b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3116b Color CSS Codes

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

#e3116b Text Font Color

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

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


#e3116b Background Color

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

This div background color is #e3116b


#e3116b Border Color

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

This div border color is #e3116b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3116b


Comments

No comments written yet.

Please login to write comment.