Color Hex Logo

#d071fa Color Hex

#D071FA
(208,113,250)
0 Favorites   0 Comments

Color spaces of #d071fa

RGB 208113250
HSL0.780.930.71
HSV282°55°98°
CMYK 0.170.550.00   0.02
XYZ49.172932.122394.0510
Yxy32.12230.28040.1832
Hunter Lab56.676555.6837-58.7143
CIE-Lab63.443858.9590-53.4999

#d071fa color RGB value is (208,113,250).

#d071fa hex color red value is 208, green value is 113 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d071fa hue: 0.78 , saturation: 0.93 and the lightness value of d071fa is 0.71.

The process color (four color CMYK) of #d071fa color hex is 0.17, 0.55, 0.00, 0.02. Web safe color of #d071fa is #cc66ff. Color #d071fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110001 11111010
Octal 320 161 372
Decimal 208 113 250
Hex D0 71 FA

RGB Percentages of Color #d071fa

%36.43
%19.79
%43.78

CMYK Percentages of Color #d071fa

%17
%55
%0
%2

Triadic Colors of #d071fa

#d071fa #fad071 #71fad0

Analogous Colors of #d071fa

#d071fa #fa71e0 #8c71fa

Monochromatic Colors of #d071fa

#d071fa

Complementary Color

#d071fa #9bfa71

#d071fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d071fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d071fa Color CSS Codes

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

#d071fa Text Font Color

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

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


#d071fa Background Color

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

This div background color is #d071fa


#d071fa Border Color

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

This div border color is #d071fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d071fa


Comments

No comments written yet.

Please login to write comment.