Color Hex Logo

#e508ca Color Hex

#E508CA
(229,8,202)
0 Favorites   0 Comments

Color spaces of #e508ca

RGB 2298202
HSL0.850.930.46
HSV307°97°90°
CMYK 0.000.970.12   0.10
XYZ43.060621.095957.6795
Yxy21.09590.35340.1731
Hunter Lab45.930386.9695-42.3055
CIE-Lab53.054386.3693-42.7677

#e508ca color RGB value is (229,8,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00001000 11001010
Octal 345 10 312
Decimal 229 8 202
Hex E5 8 CA

RGB Percentages of Color #e508ca

%52.16
%1.82
%46.01

CMYK Percentages of Color #e508ca

%0
%97
%12
%10

Triadic Colors of #e508ca

#e508ca #cae508 #08cae5

Analogous Colors of #e508ca

#e508ca #e5085b #9208e5

Monochromatic Colors of #e508ca

#e508ca

Complementary Color

#e508ca #08e523

#e508ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e508ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e508ca Color CSS Codes

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

#e508ca Text Font Color

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

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


#e508ca Background Color

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

This div background color is #e508ca


#e508ca Border Color

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

This div border color is #e508ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e508ca


Comments

No comments written yet.

Please login to write comment.