Color Hex Logo

#d502cc Color Hex

#D502CC
(213,2,204)
0 Favorites   0 Comments

Color spaces of #d502cc

RGB 2132204
HSL0.840.980.42
HSV303°99°84°
CMYK 0.000.990.04   0.16
XYZ38.361418.549258.6852
Yxy18.54920.33190.1605
Hunter Lab43.068883.6197-50.6400
CIE-Lab50.155684.3531-48.7006

#d502cc color RGB value is (213,2,204).

#d502cc hex color red value is 213, green value is 2 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d502cc hue: 0.84 , saturation: 0.98 and the lightness value of d502cc is 0.42.

The process color (four color CMYK) of #d502cc color hex is 0.00, 0.99, 0.04, 0.16. Web safe color of #d502cc is #cc00cc. Color #d502cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00000010 11001100
Octal 325 2 314
Decimal 213 2 204
Hex D5 2 CC

RGB Percentages of Color #d502cc

%50.84
%0.48
%48.69

CMYK Percentages of Color #d502cc

%0
%99
%4
%16

Triadic Colors of #d502cc

#d502cc #ccd502 #02ccd5

Analogous Colors of #d502cc

#d502cc #d50262 #7502d5

Monochromatic Colors of #d502cc

#d502cc

Complementary Color

#d502cc #02d50b

#d502cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d502cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d502cc Color CSS Codes

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

#d502cc Text Font Color

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

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


#d502cc Background Color

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

This div background color is #d502cc


#d502cc Border Color

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

This div border color is #d502cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d502cc


Comments

No comments written yet.

Please login to write comment.