Color Hex Logo

#e85ccc Color Hex

#E85CCC
(232,92,204)
0 Favorites   0 Comments

Color spaces of #e85ccc

RGB 23292204
HSL0.870.750.64
HSV312°60°91°
CMYK 0.000.600.12   0.09
XYZ48.004929.169760.2269
Yxy29.16970.34940.2123
Hunter Lab54.009064.1408-28.3096
CIE-Lab60.931166.5862-31.5351

#e85ccc color RGB value is (232,92,204).

#e85ccc hex color red value is 232, green value is 92 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e85ccc hue: 0.87 , saturation: 0.75 and the lightness value of e85ccc is 0.64.

The process color (four color CMYK) of #e85ccc color hex is 0.00, 0.60, 0.12, 0.09. Web safe color of #e85ccc is #ff66cc. Color #e85ccc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01011100 11001100
Octal 350 134 314
Decimal 232 92 204
Hex E8 5C CC

RGB Percentages of Color #e85ccc

%43.94
%17.42
%38.64

CMYK Percentages of Color #e85ccc

%0
%60
%12
%9

Triadic Colors of #e85ccc

#e85ccc #cce85c #5ccce8

Analogous Colors of #e85ccc

#e85ccc #e85c86 #be5ce8

Monochromatic Colors of #e85ccc

#e85ccc

Complementary Color

#e85ccc #5ce878

#e85ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e85ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e85ccc Color CSS Codes

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

#e85ccc Text Font Color

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

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


#e85ccc Background Color

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

This div background color is #e85ccc


#e85ccc Border Color

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

This div border color is #e85ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e85ccc


Comments

No comments written yet.

Please login to write comment.