Color Hex Logo

#d808fa Color Hex

#D808FA
(216,8,250)
0 Favorites   0 Comments

Color spaces of #d808fa

RGB 2168250
HSL0.810.960.51
HSV292°97°98°
CMYK 0.140.970.00   0.02
XYZ45.661121.674792.2195
Yxy21.67470.28620.1358
Hunter Lab46.556193.5953-84.8539
CIE-Lab53.680191.2515-69.0893

#d808fa color RGB value is (216,8,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00001000 11111010
Octal 330 10 372
Decimal 216 8 250
Hex D8 8 FA

RGB Percentages of Color #d808fa

%45.57
%1.69
%52.74

CMYK Percentages of Color #d808fa

%14
%97
%0
%2

Triadic Colors of #d808fa

#d808fa #fad808 #08fad8

Analogous Colors of #d808fa

#d808fa #fa08a3 #5f08fa

Monochromatic Colors of #d808fa

#d808fa

Complementary Color

#d808fa #2afa08

#d808fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d808fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d808fa Color CSS Codes

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

#d808fa Text Font Color

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

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


#d808fa Background Color

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

This div background color is #d808fa


#d808fa Border Color

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

This div border color is #d808fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d808fa


Comments

No comments written yet.

Please login to write comment.