Color Hex Logo

#e354ca Color Hex

#E354CA
(227,84,202)
0 Favorites   0 Comments

Color spaces of #e354ca

RGB 22784202
HSL0.860.720.61
HSV310°63°89°
CMYK 0.000.630.11   0.11
XYZ45.509526.935858.6776
Yxy26.93580.34710.2054
Hunter Lab51.899765.6975-30.7032
CIE-Lab58.914968.2542-33.5914

#e354ca color RGB value is (227,84,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01010100 11001010
Octal 343 124 312
Decimal 227 84 202
Hex E3 54 CA

RGB Percentages of Color #e354ca

%44.25
%16.37
%39.38

CMYK Percentages of Color #e354ca

%0
%63
%11
%11

Triadic Colors of #e354ca

#e354ca #cae354 #54cae3

Analogous Colors of #e354ca

#e354ca #e35483 #b554e3

Monochromatic Colors of #e354ca

#e354ca

Complementary Color

#e354ca #54e36d

#e354ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e354ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e354ca Color CSS Codes

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

#e354ca Text Font Color

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

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


#e354ca Background Color

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

This div background color is #e354ca


#e354ca Border Color

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

This div border color is #e354ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e354ca


Comments

No comments written yet.

Please login to write comment.