Color Hex Logo

#d017fe Color Hex

#D017FE
(208,23,254)
0 Favorites   0 Comments

Color spaces of #d017fe

RGB 20823254
HSL0.800.990.54
HSV288°91°100°
CMYK 0.180.910.00   0.00
XYZ44.208221.178495.5237
Yxy21.17840.27470.1316
Hunter Lab46.020090.9375-90.8542
CIE-Lab53.144289.3634-72.2469

#d017fe color RGB value is (208,23,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00010111 11111110
Octal 320 27 376
Decimal 208 23 254
Hex D0 17 FE

RGB Percentages of Color #d017fe

%42.89
%4.74
%52.37

CMYK Percentages of Color #d017fe

%18
%91
%0
%0

Triadic Colors of #d017fe

#d017fe #fed017 #17fed0

Analogous Colors of #d017fe

#d017fe #fe17b9 #5c17fe

Monochromatic Colors of #d017fe

#d017fe

Complementary Color

#d017fe #45fe17

#d017fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d017fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d017fe Color CSS Codes

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

#d017fe Text Font Color

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

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


#d017fe Background Color

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

This div background color is #d017fe


#d017fe Border Color

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

This div border color is #d017fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d017fe


Comments

No comments written yet.

Please login to write comment.