Color Hex Logo

#e85cca Color Hex

#E85CCA
(232,92,202)
0 Favorites   0 Comments

Color spaces of #e85cca

RGB 23292202
HSL0.870.750.64
HSV313°60°91°
CMYK 0.000.600.13   0.09
XYZ47.766529.074458.9715
Yxy29.07440.35170.2141
Hunter Lab53.920763.7659-27.0993
CIE-Lab60.847266.2874-30.5310

#e85cca color RGB value is (232,92,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01011100 11001010
Octal 350 134 312
Decimal 232 92 202
Hex E8 5C CA

RGB Percentages of Color #e85cca

%44.11
%17.49
%38.40

CMYK Percentages of Color #e85cca

%0
%60
%13
%9

Triadic Colors of #e85cca

#e85cca #cae85c #5ccae8

Analogous Colors of #e85cca

#e85cca #e85c84 #c05ce8

Monochromatic Colors of #e85cca

#e85cca

Complementary Color

#e85cca #5ce87a

#e85cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e85cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e85cca Color CSS Codes

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

#e85cca Text Font Color

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

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


#e85cca Background Color

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

This div background color is #e85cca


#e85cca Border Color

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

This div border color is #e85cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e85cca


Comments

No comments written yet.

Please login to write comment.