Color Hex Logo

#d082fd Color Hex

#D082FD
(208,130,253)
0 Favorites   0 Comments

Color spaces of #d082fd

RGB 208130253
HSL0.770.970.75
HSV278°49°99°
CMYK 0.180.490.00   0.01
XYZ51.724736.467097.2412
Yxy36.46700.27890.1967
Hunter Lab60.387947.2137-53.2017
CIE-Lab66.875250.9951-49.7134

#d082fd color RGB value is (208,130,253).

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

The process color (four color CMYK) of #d082fd color hex is 0.18, 0.49, 0.00, 0.01. Web safe color of #d082fd is #cc99ff. Color #d082fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10000010 11111101
Octal 320 202 375
Decimal 208 130 253
Hex D0 82 FD

RGB Percentages of Color #d082fd

%35.19
%22.00
%42.81

CMYK Percentages of Color #d082fd

%18
%49
%0
%1

Triadic Colors of #d082fd

#d082fd #fdd082 #82fdd0

Analogous Colors of #d082fd

#d082fd #fd82ed #9382fd

Monochromatic Colors of #d082fd

#d082fd

Complementary Color

#d082fd #affd82

#d082fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d082fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d082fd Color CSS Codes

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

#d082fd Text Font Color

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

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


#d082fd Background Color

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

This div background color is #d082fd


#d082fd Border Color

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

This div border color is #d082fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d082fd

Related Colors


Comments

No comments written yet.

Please login to write comment.