Color Hex Logo

#e507dc Color Hex

#E507DC
(229,7,220)
0 Favorites   0 Comments

Color spaces of #e507dc

RGB 2297220
HSL0.840.940.46
HSV302°97°90°
CMYK 0.000.970.04   0.10
XYZ45.307321.977369.5642
Yxy21.97730.33110.1606
Hunter Lab46.880090.4721-55.1632
CIE-Lab54.002988.8462-51.5604

#e507dc color RGB value is (229,7,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00000111 11011100
Octal 345 7 334
Decimal 229 7 220
Hex E5 7 DC

RGB Percentages of Color #e507dc

%50.22
%1.54
%48.25

CMYK Percentages of Color #e507dc

%0
%97
%4
%10

Triadic Colors of #e507dc

#e507dc #dce507 #07dce5

Analogous Colors of #e507dc

#e507dc #e5076d #7f07e5

Monochromatic Colors of #e507dc

#e507dc

Complementary Color

#e507dc #07e510

#e507dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e507dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e507dc Color CSS Codes

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

#e507dc Text Font Color

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

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


#e507dc Background Color

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

This div background color is #e507dc


#e507dc Border Color

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

This div border color is #e507dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e507dc


Comments

No comments written yet.

Please login to write comment.