Color Hex Logo

#ee538c Color Hex

#EE538C
(238,83,140)
0 Favorites   0 Comments

Color spaces of #ee538c

RGB 23883140
HSL0.940.820.63
HSV338°65°93°
CMYK 0.000.650.41   0.07
XYZ43.086826.257127.6081
Yxy26.25710.44440.2708
Hunter Lab51.241760.41963.9248
CIE-Lab58.280363.92131.4825

#ee538c color RGB value is (238,83,140).

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

The process color (four color CMYK) of #ee538c color hex is 0.00, 0.65, 0.41, 0.07. Web safe color of #ee538c is #ff6699. Color #ee538c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01010011 10001100
Octal 356 123 214
Decimal 238 83 140
Hex EE 53 8C

RGB Percentages of Color #ee538c

%51.63
%18.00
%30.37

CMYK Percentages of Color #ee538c

%0
%65
%41
%7

Triadic Colors of #ee538c

#ee538c #8cee53 #538cee

Analogous Colors of #ee538c

#ee538c #ee6853 #ee53da

Monochromatic Colors of #ee538c

#ee538c

Complementary Color

#ee538c #53eeb5

#ee538c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee538c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee538c Color CSS Codes

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

#ee538c Text Font Color

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

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


#ee538c Background Color

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

This div background color is #ee538c


#ee538c Border Color

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

This div border color is #ee538c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee538c


Comments

No comments written yet.

Please login to write comment.