Color Hex Logo

#ee528f Color Hex

#EE528F
(238,82,143)
0 Favorites   0 Comments

Color spaces of #ee528f

RGB 23882143
HSL0.930.820.63
HSV337°66°93°
CMYK 0.000.660.40   0.07
XYZ43.235126.194928.7640
Yxy26.19490.44030.2668
Hunter Lab51.181061.22122.5053
CIE-Lab58.221664.6145-0.3612

#ee528f color RGB value is (238,82,143).

#ee528f hex color red value is 238, green value is 82 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ee528f hue: 0.93 , saturation: 0.82 and the lightness value of ee528f is 0.63.

The process color (four color CMYK) of #ee528f color hex is 0.00, 0.66, 0.40, 0.07. Web safe color of #ee528f is #ff6699. Color #ee528f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01010010 10001111
Octal 356 122 217
Decimal 238 82 143
Hex EE 52 8F

RGB Percentages of Color #ee528f

%51.40
%17.71
%30.89

CMYK Percentages of Color #ee528f

%0
%66
%40
%7

Triadic Colors of #ee528f

#ee528f #8fee52 #528fee

Analogous Colors of #ee528f

#ee528f #ee6352 #ee52dd

Monochromatic Colors of #ee528f

#ee528f

Complementary Color

#ee528f #52eeb1

#ee528f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee528f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee528f Color CSS Codes

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

#ee528f Text Font Color

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

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


#ee528f Background Color

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

This div background color is #ee528f


#ee528f Border Color

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

This div border color is #ee528f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee528f


Comments

No comments written yet.

Please login to write comment.