Color Hex Logo

#e554ca Color Hex

#E554CA
(229,84,202)
0 Favorites   0 Comments

Color spaces of #e554ca

RGB 22984202
HSL0.860.740.61
HSV311°63°90°
CMYK 0.000.630.12   0.10
XYZ46.144127.262958.7073
Yxy27.26290.34930.2064
Hunter Lab52.213966.3753-30.1137
CIE-Lab59.216968.7622-33.0981

#e554ca color RGB value is (229,84,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01010100 11001010
Octal 345 124 312
Decimal 229 84 202
Hex E5 54 CA

RGB Percentages of Color #e554ca

%44.47
%16.31
%39.22

CMYK Percentages of Color #e554ca

%0
%63
%12
%10

Triadic Colors of #e554ca

#e554ca #cae554 #54cae5

Analogous Colors of #e554ca

#e554ca #e55482 #b854e5

Monochromatic Colors of #e554ca

#e554ca

Complementary Color

#e554ca #54e56f

#e554ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e554ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e554ca Color CSS Codes

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

#e554ca Text Font Color

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

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


#e554ca Background Color

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

This div background color is #e554ca


#e554ca Border Color

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

This div border color is #e554ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e554ca


Comments

No comments written yet.

Please login to write comment.