Color Hex Logo

#e55cca Color Hex

#E55CCA
(229,92,202)
0 Favorites   0 Comments

Color spaces of #e55cca

RGB 22992202
HSL0.870.720.63
HSV312°60°90°
CMYK 0.000.600.12   0.10
XYZ46.800928.576658.9263
Yxy28.57660.34850.2128
Hunter Lab53.457162.7243-27.9360
CIE-Lab60.406165.4919-31.2498

#e55cca color RGB value is (229,92,202).

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

The process color (four color CMYK) of #e55cca color hex is 0.00, 0.60, 0.12, 0.10. Web safe color of #e55cca is #cc66cc. Color #e55cca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01011100 11001010
Octal 345 134 312
Decimal 229 92 202
Hex E5 5C CA

RGB Percentages of Color #e55cca

%43.79
%17.59
%38.62

CMYK Percentages of Color #e55cca

%0
%60
%12
%10

Triadic Colors of #e55cca

#e55cca #cae55c #5ccae5

Analogous Colors of #e55cca

#e55cca #e55c86 #bc5ce5

Monochromatic Colors of #e55cca

#e55cca

Complementary Color

#e55cca #5ce577

#e55cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e55cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e55cca Color CSS Codes

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

#e55cca Text Font Color

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

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


#e55cca Background Color

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

This div background color is #e55cca


#e55cca Border Color

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

This div border color is #e55cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e55cca


Comments

No comments written yet.

Please login to write comment.