color codes Logo

#d006fc color codes

#D006FC
(208,6,252)
0 Favorites   0 Comments

Color spaces of #d006fc

RGB 2086252
HSL0.800.980.51
HSV289°98°99°
CMYK 0.170.980.00   0.01
XYZ43.648220.568493.7650
Yxy20.56840.27630.1302
Hunter Lab45.352492.4258-90.8340
CIE-Lab52.473990.6100-72.2203

#d006fc color RGB value is (208,6,252).

#d006fc hex color red value is 208, green value is 6 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d006fc hue: 0.80 , saturation: 0.98 and the lightness value of d006fc is 0.51.

The process color (four color CMYK) of #d006fc color code is 0.17, 0.98, 0.00, 0.01. Web safe color of #d006fc is #cc00ff. Color #d006fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00000110 11111100
Octal 320 6 374
Decimal 208 6 252
Hex D0 6 FC

RGB Percentages of Color #d006fc

%44.64
%1.29
%54.08

CMYK Percentages of Color #d006fc

%17
%98
%0
%1

Triadic Colors of #d006fc

#d006fc #fcd006 #06fcd0

Analogous Colors of #d006fc

#d006fc #fc06ad #5506fc

Monochromatic Colors of #d006fc

#d006fc

Complementary Color

#d006fc #32fc06

#d006fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d006fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d006fc Color CSS Codes

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

#d006fc Text Font Color

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

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


#d006fc Background Color

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

This div background color is #d006fc


#d006fc Border Color

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

This div border color is #d006fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d006fc


Comments

No comments written yet.

Please login to write comment.