Color Hex Logo

#e500ca Color Hex

#E500CA
(229,0,202)
0 Favorites   0 Comments

Color spaces of #e500ca

RGB 2290202
HSL0.851.000.45
HSV307°100°90°
CMYK 0.001.000.12   0.10
XYZ42.973820.922357.6505
Yxy20.92230.35360.1721
Hunter Lab45.740987.6550-42.7088
CIE-Lab52.864486.9298-43.0680

#e500ca color RGB value is (229,0,202).

#e500ca hex color red value is 229, green value is 0 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e500ca hue: 0.85 , saturation: 1.00 and the lightness value of e500ca is 0.45.

The process color (four color CMYK) of #e500ca color hex is 0.00, 1.00, 0.12, 0.10. Web safe color of #e500ca is #cc00cc. Color #e500ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00000000 11001010
Octal 345 0 312
Decimal 229 0 202
Hex E5 0 CA

RGB Percentages of Color #e500ca

%53.13
%0.00
%46.87

CMYK Percentages of Color #e500ca

%0
%100
%12
%10

Triadic Colors of #e500ca

#e500ca #cae500 #00cae5

Analogous Colors of #e500ca

#e500ca #e50058 #8e00e5

Monochromatic Colors of #e500ca

#e500ca

Complementary Color

#e500ca #00e51b

#e500ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e500ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e500ca Color CSS Codes

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

#e500ca Text Font Color

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

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


#e500ca Background Color

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

This div background color is #e500ca


#e500ca Border Color

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

This div border color is #e500ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e500ca


Comments

No comments written yet.

Please login to write comment.