Color Hex Logo

#ee2051 Color Hex

#EE2051
(238,32,81)
0 Favorites   0 Comments

Color spaces of #ee2051

RGB 2383281
HSL0.960.860.53
HSV346°87°93°
CMYK 0.000.870.66   0.07
XYZ37.261619.80429.6433
Yxy19.80420.55860.2969
Hunter Lab44.501971.580318.3035
CIE-Lab51.615174.496527.4284

#ee2051 color RGB value is (238,32,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00100000 01010001
Octal 356 40 121
Decimal 238 32 81
Hex EE 20 51

RGB Percentages of Color #ee2051

%67.81
%9.12
%23.08

CMYK Percentages of Color #ee2051

%0
%87
%66
%7

Triadic Colors of #ee2051

#ee2051 #51ee20 #2051ee

Analogous Colors of #ee2051

#ee2051 #ee5620 #ee20b8

Monochromatic Colors of #ee2051

#ee2051

Complementary Color

#ee2051 #20eebd

#ee2051 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee2051 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee2051 Color CSS Codes

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

#ee2051 Text Font Color

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

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


#ee2051 Background Color

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

This div background color is #ee2051


#ee2051 Border Color

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

This div border color is #ee2051


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee2051


Comments

No comments written yet.

Please login to write comment.