Color Hex Logo

#d520ce Color Hex

#D520CE
(213,32,206)
0 Favorites   0 Comments

Color spaces of #d520ce

RGB 21332206
HSL0.840.740.48
HSV302°85°84°
CMYK 0.000.850.03   0.16
XYZ39.097719.635460.1219
Yxy19.63540.32900.1652
Hunter Lab44.311879.9503-49.4258
CIE-Lab51.422581.2415-47.8338

#d520ce color RGB value is (213,32,206).

#d520ce hex color red value is 213, green value is 32 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d520ce hue: 0.84 , saturation: 0.74 and the lightness value of d520ce is 0.48.

The process color (four color CMYK) of #d520ce color hex is 0.00, 0.85, 0.03, 0.16. Web safe color of #d520ce is #cc33cc. Color #d520ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00100000 11001110
Octal 325 40 316
Decimal 213 32 206
Hex D5 20 CE

RGB Percentages of Color #d520ce

%47.23
%7.10
%45.68

CMYK Percentages of Color #d520ce

%0
%85
%3
%16

Triadic Colors of #d520ce

#d520ce #ced520 #20ced5

Analogous Colors of #d520ce

#d520ce #d52074 #8220d5

Monochromatic Colors of #d520ce

#d520ce

Complementary Color

#d520ce #20d527

#d520ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d520ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d520ce Color CSS Codes

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

#d520ce Text Font Color

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

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


#d520ce Background Color

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

This div background color is #d520ce


#d520ce Border Color

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

This div border color is #d520ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,32,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d520ce


Comments

No comments written yet.

Please login to write comment.