Color Hex Logo

#ee136b Color Hex

#EE136B
(238,19,107)
0 Favorites   0 Comments

Color spaces of #ee136b

RGB 23819107
HSL0.930.870.50
HSV336°92°93°
CMYK 0.000.920.55   0.07
XYZ38.146619.704415.7027
Yxy19.70440.51860.2679
Hunter Lab44.389675.713610.0991
CIE-Lab51.501377.861411.4995

#ee136b color RGB value is (238,19,107).

#ee136b hex color red value is 238, green value is 19 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #ee136b hue: 0.93 , saturation: 0.87 and the lightness value of ee136b is 0.50.

The process color (four color CMYK) of #ee136b color hex is 0.00, 0.92, 0.55, 0.07. Web safe color of #ee136b is #ff0066. Color #ee136b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00010011 01101011
Octal 356 23 153
Decimal 238 19 107
Hex EE 13 6B

RGB Percentages of Color #ee136b

%65.38
%5.22
%29.40

CMYK Percentages of Color #ee136b

%0
%92
%55
%7

Triadic Colors of #ee136b

#ee136b #6bee13 #136bee

Analogous Colors of #ee136b

#ee136b #ee2913 #ee13d9

Monochromatic Colors of #ee136b

#ee136b

Complementary Color

#ee136b #13ee96

#ee136b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee136b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee136b Color CSS Codes

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

#ee136b Text Font Color

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

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


#ee136b Background Color

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

This div background color is #ee136b


#ee136b Border Color

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

This div border color is #ee136b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,19,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 #ee136b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee136b


Comments

No comments written yet.

Please login to write comment.