Color Hex Logo

#e55ccf Color Hex

#E55CCF
(229,92,207)
0 Favorites   0 Comments

Color spaces of #e55ccf

RGB 22992207
HSL0.860.720.63
HSV310°60°90°
CMYK 0.000.600.10   0.10
XYZ47.402728.817362.0954
Yxy28.81730.34270.2083
Hunter Lab53.681763.6782-31.0054
CIE-Lab60.620066.2549-33.7519

#e55ccf color RGB value is (229,92,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01011100 11001111
Octal 345 134 317
Decimal 229 92 207
Hex E5 5C CF

RGB Percentages of Color #e55ccf

%43.37
%17.42
%39.20

CMYK Percentages of Color #e55ccf

%0
%60
%10
%10

Triadic Colors of #e55ccf

#e55ccf #cfe55c #5ccfe5

Analogous Colors of #e55ccf

#e55ccf #e55c8b #b75ce5

Monochromatic Colors of #e55ccf

#e55ccf

Complementary Color

#e55ccf #5ce572

#e55ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e55ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e55ccf Color CSS Codes

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

#e55ccf Text Font Color

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

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


#e55ccf Background Color

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

This div background color is #e55ccf


#e55ccf Border Color

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

This div border color is #e55ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e55ccf


Comments

No comments written yet.

Please login to write comment.