Color Hex Logo

#ee2057 Color Hex

#EE2057
(238,32,87)
0 Favorites   0 Comments

Color spaces of #ee2057

RGB 2383287
HSL0.960.860.53
HSV344°87°93°
CMYK 0.000.870.63   0.07
XYZ37.496719.898310.8813
Yxy19.89830.54920.2914
Hunter Lab44.607571.982516.7624
CIE-Lab51.722074.803723.9502

#ee2057 color RGB value is (238,32,87).

#ee2057 hex color red value is 238, green value is 32 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #ee2057 hue: 0.96 , saturation: 0.86 and the lightness value of ee2057 is 0.53.

The process color (four color CMYK) of #ee2057 color hex is 0.00, 0.87, 0.63, 0.07. Web safe color of #ee2057 is #ff3366. Color #ee2057 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00100000 01010111
Octal 356 40 127
Decimal 238 32 87
Hex EE 20 57

RGB Percentages of Color #ee2057

%66.67
%8.96
%24.37

CMYK Percentages of Color #ee2057

%0
%87
%63
%7

Triadic Colors of #ee2057

#ee2057 #57ee20 #2057ee

Analogous Colors of #ee2057

#ee2057 #ee5020 #ee20be

Monochromatic Colors of #ee2057

#ee2057

Complementary Color

#ee2057 #20eeb7

#ee2057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee2057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee2057 Color CSS Codes

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

#ee2057 Text Font Color

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

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


#ee2057 Background Color

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

This div background color is #ee2057


#ee2057 Border Color

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

This div border color is #ee2057


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee2057


Comments

No comments written yet.

Please login to write comment.