Color Hex Logo

#d082fa Color Hex

#D082FA
(208,130,250)
0 Favorites   0 Comments

Color spaces of #d082fa

RGB 208130250
HSL0.780.920.75
HSV279°48°98°
CMYK 0.170.480.00   0.02
XYZ51.250436.277394.7435
Yxy36.27730.28120.1990
Hunter Lab60.230646.4825-51.1024
CIE-Lab66.731350.3640-48.2982

#d082fa color RGB value is (208,130,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10000010 11111010
Octal 320 202 372
Decimal 208 130 250
Hex D0 82 FA

RGB Percentages of Color #d082fa

%35.37
%22.11
%42.52

CMYK Percentages of Color #d082fa

%17
%48
%0
%2

Triadic Colors of #d082fa

#d082fa #fad082 #82fad0

Analogous Colors of #d082fa

#d082fa #fa82e8 #9482fa

Monochromatic Colors of #d082fa

#d082fa

Complementary Color

#d082fa #acfa82

#d082fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d082fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d082fa Color CSS Codes

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

#d082fa Text Font Color

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

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


#d082fa Background Color

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

This div background color is #d082fa


#d082fa Border Color

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

This div border color is #d082fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d082fa


Comments

No comments written yet.

Please login to write comment.