Color Hex Logo

#ee515b Color Hex

#EE515B
(238,81,91)
0 Favorites   0 Comments

Color spaces of #ee515b

RGB 2388191
HSL0.990.820.63
HSV356°66°93°
CMYK 0.000.660.62   0.07
XYZ40.090724.817312.5747
Yxy24.81730.51740.3203
Hunter Lab49.817056.470019.9060
CIE-Lab56.897060.766328.2881

#ee515b color RGB value is (238,81,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01010001 01011011
Octal 356 121 133
Decimal 238 81 91
Hex EE 51 5B

RGB Percentages of Color #ee515b

%58.05
%19.76
%22.20

CMYK Percentages of Color #ee515b

%0
%66
%62
%7

Triadic Colors of #ee515b

#ee515b #5bee51 #515bee

Analogous Colors of #ee515b

#ee515b #ee9651 #ee51aa

Monochromatic Colors of #ee515b

#ee515b

Complementary Color

#ee515b #51eee4

#ee515b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee515b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee515b Color CSS Codes

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

#ee515b Text Font Color

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

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


#ee515b Background Color

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

This div background color is #ee515b


#ee515b Border Color

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

This div border color is #ee515b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee515b


Comments

No comments written yet.

Please login to write comment.