Color Hex Logo

#d082dc Color Hex

#D082DC
(208,130,220)
0 Favorites   0 Comments

Color spaces of #d082dc

RGB 208130220
HSL0.810.560.69
HSV292°41°86°
CMYK 0.050.410.00   0.14
XYZ46.913334.542571.9049
Yxy34.54250.30590.2252
Hunter Lab58.772939.6286-31.3966
CIE-Lab65.390944.3215-33.8366

#d082dc color RGB value is (208,130,220).

#d082dc hex color red value is 208, green value is 130 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d082dc hue: 0.81 , saturation: 0.56 and the lightness value of d082dc is 0.69.

The process color (four color CMYK) of #d082dc color hex is 0.05, 0.41, 0.00, 0.14. Web safe color of #d082dc is #cc99cc. Color #d082dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10000010 11011100
Octal 320 202 334
Decimal 208 130 220
Hex D0 82 DC

RGB Percentages of Color #d082dc

%37.28
%23.30
%39.43

CMYK Percentages of Color #d082dc

%5
%41
%0
%14

Triadic Colors of #d082dc

#d082dc #dcd082 #82dcd0

Analogous Colors of #d082dc

#d082dc #dc82bb #a382dc

Monochromatic Colors of #d082dc

#d082dc

Complementary Color

#d082dc #8edc82

#d082dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d082dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d082dc Color CSS Codes

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

#d082dc Text Font Color

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

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


#d082dc Background Color

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

This div background color is #d082dc


#d082dc Border Color

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

This div border color is #d082dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d082dc


Comments

No comments written yet.

Please login to write comment.