Color Hex Logo

#d080fa Color Hex

#D080FA
(208,128,250)
0 Favorites   0 Comments

Color spaces of #d080fa

RGB 208128250
HSL0.780.920.74
HSV279°49°98°
CMYK 0.170.490.00   0.02
XYZ50.986935.750494.6557
Yxy35.75040.28110.1971
Hunter Lab59.791647.5793-52.0074
CIE-Lab66.328851.4002-48.9332

#d080fa color RGB value is (208,128,250).

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

The process color (four color CMYK) of #d080fa color hex is 0.17, 0.49, 0.00, 0.02. Web safe color of #d080fa is #cc99ff. Color #d080fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10000000 11111010
Octal 320 200 372
Decimal 208 128 250
Hex D0 80 FA

RGB Percentages of Color #d080fa

%35.49
%21.84
%42.66

CMYK Percentages of Color #d080fa

%17
%49
%0
%2

Triadic Colors of #d080fa

#d080fa #fad080 #80fad0

Analogous Colors of #d080fa

#d080fa #fa80e7 #9380fa

Monochromatic Colors of #d080fa

#d080fa

Complementary Color

#d080fa #aafa80

#d080fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d080fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d080fa Color CSS Codes

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

#d080fa Text Font Color

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

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


#d080fa Background Color

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

This div background color is #d080fa


#d080fa Border Color

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

This div border color is #d080fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d080fa


Comments

No comments written yet.

Please login to write comment.