Color Hex Logo

#d520dc Color Hex

#D520DC
(213,32,220)
0 Favorites   0 Comments

Color spaces of #d520dc

RGB 21332220
HSL0.830.750.49
HSV298°85°86°
CMYK 0.030.850.00   0.14
XYZ40.875420.346569.4830
Yxy20.34650.31270.1557
Hunter Lab45.107182.8167-59.7554
CIE-Lab52.226783.3274-54.5557

#d520dc color RGB value is (213,32,220).

#d520dc hex color red value is 213, green value is 32 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d520dc hue: 0.83 , saturation: 0.75 and the lightness value of d520dc is 0.49.

The process color (four color CMYK) of #d520dc color hex is 0.03, 0.85, 0.00, 0.14. Web safe color of #d520dc is #cc33cc. Color #d520dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00100000 11011100
Octal 325 40 334
Decimal 213 32 220
Hex D5 20 DC

RGB Percentages of Color #d520dc

%45.81
%6.88
%47.31

CMYK Percentages of Color #d520dc

%3
%85
%0
%14

Triadic Colors of #d520dc

#d520dc #dcd520 #20dcd5

Analogous Colors of #d520dc

#d520dc #dc2085 #7720dc

Monochromatic Colors of #d520dc

#d520dc

Complementary Color

#d520dc #27dc20

#d520dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d520dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d520dc Color CSS Codes

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

#d520dc Text Font Color

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

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


#d520dc Background Color

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

This div background color is #d520dc


#d520dc Border Color

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

This div border color is #d520dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d520dc


Comments

No comments written yet.

Please login to write comment.