Color Hex Logo

#e55cce Color Hex

#E55CCE
(229,92,206)
0 Favorites   0 Comments

Color spaces of #e55cce

RGB 22992206
HSL0.860.720.63
HSV310°60°90°
CMYK 0.000.600.10   0.10
XYZ47.280828.768561.4534
Yxy28.76850.34390.2092
Hunter Lab53.636363.4857-30.3857
CIE-Lab60.576866.1012-33.2530

#e55cce color RGB value is (229,92,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01011100 11001110
Octal 345 134 316
Decimal 229 92 206
Hex E5 5C CE

RGB Percentages of Color #e55cce

%43.45
%17.46
%39.09

CMYK Percentages of Color #e55cce

%0
%60
%10
%10

Triadic Colors of #e55cce

#e55cce #cee55c #5ccee5

Analogous Colors of #e55cce

#e55cce #e55c8a #b85ce5

Monochromatic Colors of #e55cce

#e55cce

Complementary Color

#e55cce #5ce573

#e55cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e55cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e55cce Color CSS Codes

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

#e55cce Text Font Color

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

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


#e55cce Background Color

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

This div background color is #e55cce


#e55cce Border Color

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

This div border color is #e55cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e55cce


Comments

No comments written yet.

Please login to write comment.