Color Hex Logo

#e558cc Color Hex

#E558CC
(229,88,204)
0 Favorites   0 Comments

Color spaces of #e558cc

RGB 22988204
HSL0.860.730.62
HSV311°62°90°
CMYK 0.000.620.11   0.10
XYZ46.701927.997160.0693
Yxy27.99710.34650.2077
Hunter Lab52.912364.9527-30.2711
CIE-Lab59.886167.4547-33.1935

#e558cc color RGB value is (229,88,204).

#e558cc hex color red value is 229, green value is 88 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e558cc hue: 0.86 , saturation: 0.73 and the lightness value of e558cc is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01011000 11001100
Octal 345 130 314
Decimal 229 88 204
Hex E5 58 CC

RGB Percentages of Color #e558cc

%43.95
%16.89
%39.16

CMYK Percentages of Color #e558cc

%0
%62
%11
%10

Triadic Colors of #e558cc

#e558cc #cce558 #58cce5

Analogous Colors of #e558cc

#e558cc #e55886 #b858e5

Monochromatic Colors of #e558cc

#e558cc

Complementary Color

#e558cc #58e571

#e558cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e558cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e558cc Color CSS Codes

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

#e558cc Text Font Color

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

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


#e558cc Background Color

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

This div background color is #e558cc


#e558cc Border Color

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

This div border color is #e558cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e558cc


Comments

No comments written yet.

Please login to write comment.