Color Hex Logo

#ee535c Color Hex

#EE535C
(238,83,92)
0 Favorites   0 Comments

Color spaces of #ee535c

RGB 2388392
HSL0.990.820.63
HSV357°65°93°
CMYK 0.000.650.61   0.07
XYZ40.284925.136412.8538
Yxy25.13640.51470.3211
Hunter Lab50.136255.688019.8947
CIE-Lab57.208160.029828.1092

#ee535c color RGB value is (238,83,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01010011 01011100
Octal 356 123 134
Decimal 238 83 92
Hex EE 53 5C

RGB Percentages of Color #ee535c

%57.63
%20.10
%22.28

CMYK Percentages of Color #ee535c

%0
%65
%61
%7

Triadic Colors of #ee535c

#ee535c #5cee53 #535cee

Analogous Colors of #ee535c

#ee535c #ee9853 #ee53aa

Monochromatic Colors of #ee535c

#ee535c

Complementary Color

#ee535c #53eee5

#ee535c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee535c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee535c Color CSS Codes

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

#ee535c Text Font Color

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

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


#ee535c Background Color

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

This div background color is #ee535c


#ee535c Border Color

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

This div border color is #ee535c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee535c


Comments

No comments written yet.

Please login to write comment.