Color Hex Logo

#ee525e Color Hex

#EE525E
(238,82,94)
0 Favorites   0 Comments

Color spaces of #ee525e

RGB 2388294
HSL0.990.820.63
HSV355°66°93°
CMYK 0.000.660.61   0.07
XYZ40.297625.019913.2951
Yxy25.01990.51260.3183
Hunter Lab50.019956.270419.2549
CIE-Lab57.094860.557526.8037

#ee525e color RGB value is (238,82,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01010010 01011110
Octal 356 122 136
Decimal 238 82 94
Hex EE 52 5E

RGB Percentages of Color #ee525e

%57.49
%19.81
%22.71

CMYK Percentages of Color #ee525e

%0
%66
%61
%7

Triadic Colors of #ee525e

#ee525e #5eee52 #525eee

Analogous Colors of #ee525e

#ee525e #ee9452 #ee52ac

Monochromatic Colors of #ee525e

#ee525e

Complementary Color

#ee525e #52eee2

#ee525e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee525e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee525e Color CSS Codes

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

#ee525e Text Font Color

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

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


#ee525e Background Color

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

This div background color is #ee525e


#ee525e Border Color

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

This div border color is #ee525e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee525e


Comments

No comments written yet.

Please login to write comment.