Color Hex Logo

#e514dc Color Hex

#E514DC
(229,20,220)
0 Favorites   0 Comments

Color spaces of #e514dc

RGB 22920220
HSL0.840.840.49
HSV303°91°90°
CMYK 0.000.910.04   0.10
XYZ45.481522.325669.6223
Yxy22.32560.33090.1625
Hunter Lab47.250089.1316-54.2882
CIE-Lab54.370887.7605-50.9740

#e514dc color RGB value is (229,20,220).

#e514dc hex color red value is 229, green value is 20 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e514dc hue: 0.84 , saturation: 0.84 and the lightness value of e514dc is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00010100 11011100
Octal 345 24 334
Decimal 229 20 220
Hex E5 14 DC

RGB Percentages of Color #e514dc

%48.83
%4.26
%46.91

CMYK Percentages of Color #e514dc

%0
%91
%4
%10

Triadic Colors of #e514dc

#e514dc #dce514 #14dce5

Analogous Colors of #e514dc

#e514dc #e51474 #8614e5

Monochromatic Colors of #e514dc

#e514dc

Complementary Color

#e514dc #14e51d

#e514dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e514dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e514dc Color CSS Codes

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

#e514dc Text Font Color

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

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


#e514dc Background Color

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

This div background color is #e514dc


#e514dc Border Color

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

This div border color is #e514dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,20,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e514dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e514dc


Comments

No comments written yet.

Please login to write comment.