Color Hex Logo

#ee157a Color Hex

#EE157A
(238,21,122)
0 Favorites   0 Comments

Color spaces of #ee157a

RGB 23821122
HSL0.920.860.51
HSV332°91°93°
CMYK 0.000.910.49   0.07
XYZ39.040920.118620.2379
Yxy20.11860.49170.2534
Hunter Lab44.853876.87314.6461
CIE-Lab51.971078.69683.0530

#ee157a color RGB value is (238,21,122).

#ee157a hex color red value is 238, green value is 21 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ee157a hue: 0.92 , saturation: 0.86 and the lightness value of ee157a is 0.51.

The process color (four color CMYK) of #ee157a color hex is 0.00, 0.91, 0.49, 0.07. Web safe color of #ee157a is #ff0066. Color #ee157a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00010101 01111010
Octal 356 25 172
Decimal 238 21 122
Hex EE 15 7A

RGB Percentages of Color #ee157a

%62.47
%5.51
%32.02

CMYK Percentages of Color #ee157a

%0
%91
%49
%7

Triadic Colors of #ee157a

#ee157a #7aee15 #157aee

Analogous Colors of #ee157a

#ee157a #ee1c15 #ee15e7

Monochromatic Colors of #ee157a

#ee157a

Complementary Color

#ee157a #15ee89

#ee157a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee157a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee157a Color CSS Codes

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

#ee157a Text Font Color

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

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


#ee157a Background Color

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

This div background color is #ee157a


#ee157a Border Color

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

This div border color is #ee157a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,21,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee157a


Comments

No comments written yet.

Please login to write comment.