Color Hex Logo

#e855ca Color Hex

#E855CA
(232,85,202)
0 Favorites   0 Comments

Color spaces of #e855ca

RGB 23285202
HSL0.870.760.62
HSV312°63°91°
CMYK 0.000.630.13   0.09
XYZ47.187927.917158.7786
Yxy27.91710.35250.2085
Hunter Lab52.836666.9526-28.9721
CIE-Lab59.813869.1304-32.1348

#e855ca color RGB value is (232,85,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01010101 11001010
Octal 350 125 312
Decimal 232 85 202
Hex E8 55 CA

RGB Percentages of Color #e855ca

%44.70
%16.38
%38.92

CMYK Percentages of Color #e855ca

%0
%63
%13
%9

Triadic Colors of #e855ca

#e855ca #cae855 #55cae8

Analogous Colors of #e855ca

#e855ca #e85581 #bd55e8

Monochromatic Colors of #e855ca

#e855ca

Complementary Color

#e855ca #55e873

#e855ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e855ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e855ca Color CSS Codes

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

#e855ca Text Font Color

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

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


#e855ca Background Color

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

This div background color is #e855ca


#e855ca Border Color

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

This div border color is #e855ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,85,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 #e855ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e855ca


Comments

No comments written yet.

Please login to write comment.