Color Hex Logo

#ee537c Color Hex

#EE537C
(238,83,124)
0 Favorites   0 Comments

Color spaces of #ee537c

RGB 23883124
HSL0.960.820.63
HSV344°65°93°
CMYK 0.000.650.48   0.07
XYZ41.991225.818921.8391
Yxy25.81890.46840.2880
Hunter Lab50.812358.590610.0858
CIE-Lab57.864862.428910.2805

#ee537c color RGB value is (238,83,124).

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

The process color (four color CMYK) of #ee537c color hex is 0.00, 0.65, 0.48, 0.07. Web safe color of #ee537c is #ff6666. Color #ee537c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01010011 01111100
Octal 356 123 174
Decimal 238 83 124
Hex EE 53 7C

RGB Percentages of Color #ee537c

%53.48
%18.65
%27.87

CMYK Percentages of Color #ee537c

%0
%65
%48
%7

Triadic Colors of #ee537c

#ee537c #7cee53 #537cee

Analogous Colors of #ee537c

#ee537c #ee7853 #ee53ca

Monochromatic Colors of #ee537c

#ee537c

Complementary Color

#ee537c #53eec5

#ee537c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee537c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee537c Color CSS Codes

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

#ee537c Text Font Color

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

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


#ee537c Background Color

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

This div background color is #ee537c


#ee537c Border Color

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

This div border color is #ee537c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee537c


Comments

No comments written yet.

Please login to write comment.