Color Hex Logo

#d017fa Color Hex

#D017FA
(208,23,250)
0 Favorites   0 Comments

Color spaces of #d017fa

RGB 20823250
HSL0.800.960.54
HSV289°91°98°
CMYK 0.170.910.00   0.02
XYZ43.574120.924892.1848
Yxy20.92480.27810.1335
Hunter Lab45.743689.9827-87.4636
CIE-Lab52.867188.6966-70.4674

#d017fa color RGB value is (208,23,250).

#d017fa hex color red value is 208, green value is 23 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d017fa hue: 0.80 , saturation: 0.96 and the lightness value of d017fa is 0.54.

The process color (four color CMYK) of #d017fa color hex is 0.17, 0.91, 0.00, 0.02. Web safe color of #d017fa is #cc00ff. Color #d017fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00010111 11111010
Octal 320 27 372
Decimal 208 23 250
Hex D0 17 FA

RGB Percentages of Color #d017fa

%43.24
%4.78
%51.98

CMYK Percentages of Color #d017fa

%17
%91
%0
%2

Triadic Colors of #d017fa

#d017fa #fad017 #17fad0

Analogous Colors of #d017fa

#d017fa #fa17b3 #5f17fa

Monochromatic Colors of #d017fa

#d017fa

Complementary Color

#d017fa #41fa17

#d017fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d017fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d017fa Color CSS Codes

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

#d017fa Text Font Color

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

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


#d017fa Background Color

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

This div background color is #d017fa


#d017fa Border Color

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

This div border color is #d017fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d017fa


Comments

No comments written yet.

Please login to write comment.