Color Hex Logo

#e515ca Color Hex

#E515CA
(229,21,202)
0 Favorites   0 Comments

Color spaces of #e515ca

RGB 22921202
HSL0.850.830.49
HSV308°91°90°
CMYK 0.000.910.12   0.10
XYZ43.241921.458657.7399
Yxy21.45860.35320.1753
Hunter Lab46.323485.5598-41.4757
CIE-Lab53.447885.2114-42.1457

#e515ca color RGB value is (229,21,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00010101 11001010
Octal 345 25 312
Decimal 229 21 202
Hex E5 15 CA

RGB Percentages of Color #e515ca

%50.66
%4.65
%44.69

CMYK Percentages of Color #e515ca

%0
%91
%12
%10

Triadic Colors of #e515ca

#e515ca #cae515 #15cae5

Analogous Colors of #e515ca

#e515ca #e51562 #9815e5

Monochromatic Colors of #e515ca

#e515ca

Complementary Color

#e515ca #15e530

#e515ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e515ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e515ca Color CSS Codes

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

#e515ca Text Font Color

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

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


#e515ca Background Color

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

This div background color is #e515ca


#e515ca Border Color

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

This div border color is #e515ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e515ca


Comments

No comments written yet.

Please login to write comment.