Color Hex Logo

#d817fa Color Hex

#D817FA
(216,23,250)
0 Favorites   0 Comments

Color spaces of #d817fa

RGB 21623250
HSL0.810.960.54
HSV291°91°98°
CMYK 0.140.910.00   0.02
XYZ45.880622.113892.2927
Yxy22.11380.28620.1380
Hunter Lab47.025391.8606-83.4459
CIE-Lab54.147589.8634-68.3335

#d817fa color RGB value is (216,23,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00010111 11111010
Octal 330 27 372
Decimal 216 23 250
Hex D8 17 FA

RGB Percentages of Color #d817fa

%44.17
%4.70
%51.12

CMYK Percentages of Color #d817fa

%14
%91
%0
%2

Triadic Colors of #d817fa

#d817fa #fad817 #17fad8

Analogous Colors of #d817fa

#d817fa #fa17ab #6717fa

Monochromatic Colors of #d817fa

#d817fa

Complementary Color

#d817fa #39fa17

#d817fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d817fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d817fa Color CSS Codes

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

#d817fa Text Font Color

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

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


#d817fa Background Color

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

This div background color is #d817fa


#d817fa Border Color

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

This div border color is #d817fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d817fa


Comments

No comments written yet.

Please login to write comment.