Color Hex Logo

#d047fa Color Hex

#D047FA
(208,71,250)
0 Favorites   0 Comments

Color spaces of #d047fa

RGB 20871250
HSL0.790.950.63
HSV286°72°98°
CMYK 0.170.720.00   0.02
XYZ45.521024.818592.8337
Yxy24.81850.27900.1521
Hunter Lab49.818275.9213-75.6113
CIE-Lab56.898176.9799-63.9602

#d047fa color RGB value is (208,71,250).

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

The process color (four color CMYK) of #d047fa color hex is 0.17, 0.72, 0.00, 0.02. Web safe color of #d047fa is #cc33ff. Color #d047fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000111 11111010
Octal 320 107 372
Decimal 208 71 250
Hex D0 47 FA

RGB Percentages of Color #d047fa

%39.32
%13.42
%47.26

CMYK Percentages of Color #d047fa

%17
%72
%0
%2

Triadic Colors of #d047fa

#d047fa #fad047 #47fad0

Analogous Colors of #d047fa

#d047fa #fa47cb #7747fa

Monochromatic Colors of #d047fa

#d047fa

Complementary Color

#d047fa #71fa47

#d047fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d047fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d047fa Color CSS Codes

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

#d047fa Text Font Color

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

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


#d047fa Background Color

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

This div background color is #d047fa


#d047fa Border Color

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

This div border color is #d047fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d047fa


Comments

No comments written yet.

Please login to write comment.