Color Hex Logo

#e85552 Color Hex

#E85552
(232,85,82)
0 Favorites   0 Comments

Color spaces of #e85552

RGB 2328582
HSL0.000.770.62
HSV65°91°
CMYK 0.000.630.65   0.09
XYZ38.050224.262010.6602
Yxy24.26200.52140.3325
Hunter Lab49.256551.690921.6479
CIE-Lab56.349256.654732.5610

#e85552 color RGB value is (232,85,82).

#e85552 hex color red value is 232, green value is 85 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #e85552 hue: 0.00 , saturation: 0.77 and the lightness value of e85552 is 0.62.

The process color (four color CMYK) of #e85552 color hex is 0.00, 0.63, 0.65, 0.09. Web safe color of #e85552 is #ff6666. Color #e85552 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01010101 01010010
Octal 350 125 122
Decimal 232 85 82
Hex E8 55 52

RGB Percentages of Color #e85552

%58.15
%21.30
%20.55

CMYK Percentages of Color #e85552

%0
%63
%65
%9

Triadic Colors of #e85552

#e85552 #52e855 #5552e8

Analogous Colors of #e85552

#e85552 #e8a052 #e8529a

Monochromatic Colors of #e85552

#e85552

Complementary Color

#e85552 #52e5e8

#e85552 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e85552 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e85552 Color CSS Codes

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

#e85552 Text Font Color

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

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


#e85552 Background Color

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

This div background color is #e85552


#e85552 Border Color

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

This div border color is #e85552


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e85552


Comments

No comments written yet.

Please login to write comment.