Color Hex Logo

#e556ca Color Hex

#E556CA
(229,86,202)
0 Favorites   0 Comments

Color spaces of #e556ca

RGB 22986202
HSL0.860.730.62
HSV311°62°90°
CMYK 0.000.620.12   0.10
XYZ46.301627.577958.7598
Yxy27.57790.34910.2079
Hunter Lab52.514765.4808-29.5806
CIE-Lab59.505567.9649-32.6490

#e556ca color RGB value is (229,86,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01010110 11001010
Octal 345 126 312
Decimal 229 86 202
Hex E5 56 CA

RGB Percentages of Color #e556ca

%44.29
%16.63
%39.07

CMYK Percentages of Color #e556ca

%0
%62
%12
%10

Triadic Colors of #e556ca

#e556ca #cae556 #56cae5

Analogous Colors of #e556ca

#e556ca #e55683 #b956e5

Monochromatic Colors of #e556ca

#e556ca

Complementary Color

#e556ca #56e571

#e556ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e556ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e556ca Color CSS Codes

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

#e556ca Text Font Color

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

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


#e556ca Background Color

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

This div background color is #e556ca


#e556ca Border Color

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

This div border color is #e556ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e556ca

#e556ca Color Palettes


Comments

No comments written yet.

Please login to write comment.