color codes Logo

#d047fc color codes

#D047FC
(208,71,252)
0 Favorites   0 Comments

Color spaces of #d047fc

RGB 20871252
HSL0.790.970.63
HSV285°72°99°
CMYK 0.170.720.00   0.01
XYZ45.836424.944694.4944
Yxy24.94460.27730.1509
Hunter Lab49.944676.4146-77.2146
CIE-Lab57.021477.3500-64.8719

#d047fc color RGB value is (208,71,252).

#d047fc hex color red value is 208, green value is 71 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d047fc hue: 0.79 , saturation: 0.97 and the lightness value of d047fc is 0.63.

The process color (four color CMYK) of #d047fc color code is 0.17, 0.72, 0.00, 0.01. Web safe color of #d047fc is #cc33ff. Color #d047fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000111 11111100
Octal 320 107 374
Decimal 208 71 252
Hex D0 47 FC

RGB Percentages of Color #d047fc

%39.17
%13.37
%47.46

CMYK Percentages of Color #d047fc

%17
%72
%0
%1

Triadic Colors of #d047fc

#d047fc #fcd047 #47fcd0

Analogous Colors of #d047fc

#d047fc #fc47ce #7647fc

Monochromatic Colors of #d047fc

#d047fc

Complementary Color

#d047fc #73fc47

#d047fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d047fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d047fc Color CSS Codes

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

#d047fc Text Font Color

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

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


#d047fc Background Color

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

This div background color is #d047fc


#d047fc Border Color

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

This div border color is #d047fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d047fc


Comments

No comments written yet.

Please login to write comment.