color codes Logo

#d506cc color codes

#D506CC
(213,6,204)
0 Favorites   0 Comments

Color spaces of #d506cc

RGB 2136204
HSL0.840.950.43
HSV303°97°84°
CMYK 0.000.970.04   0.16
XYZ38.404818.636058.6997
Yxy18.63600.33180.1610
Hunter Lab43.169483.2524-50.4011
CIE-Lab50.258684.0483-48.5364

#d506cc color RGB value is (213,6,204).

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

The process color (four color CMYK) of #d506cc color code is 0.00, 0.97, 0.04, 0.16. Web safe color of #d506cc is #cc00cc. Color #d506cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00000110 11001100
Octal 325 6 314
Decimal 213 6 204
Hex D5 6 CC

RGB Percentages of Color #d506cc

%50.35
%1.42
%48.23

CMYK Percentages of Color #d506cc

%0
%97
%4
%16

Triadic Colors of #d506cc

#d506cc #ccd506 #06ccd5

Analogous Colors of #d506cc

#d506cc #d50665 #7706d5

Monochromatic Colors of #d506cc

#d506cc

Complementary Color

#d506cc #06d50f

#d506cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d506cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d506cc Color CSS Codes

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

#d506cc Text Font Color

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

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


#d506cc Background Color

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

This div background color is #d506cc


#d506cc Border Color

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

This div border color is #d506cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d506cc


Comments

No comments written yet.

Please login to write comment.