Color Hex Logo

#d080dd Color Hex

#D080DD
(208,128,221)
0 Favorites   0 Comments

Color spaces of #d080dd

RGB 208128221
HSL0.810.580.68
HSV292°42°87°
CMYK 0.060.420.00   0.13
XYZ46.782734.068772.5168
Yxy34.06870.30500.2221
Hunter Lab58.368440.9244-32.8039
CIE-Lab65.017145.5659-34.9738

#d080dd color RGB value is (208,128,221).

#d080dd hex color red value is 208, green value is 128 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d080dd hue: 0.81 , saturation: 0.58 and the lightness value of d080dd is 0.68.

The process color (four color CMYK) of #d080dd color hex is 0.06, 0.42, 0.00, 0.13. Web safe color of #d080dd is #cc99cc. Color #d080dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10000000 11011101
Octal 320 200 335
Decimal 208 128 221
Hex D0 80 DD

RGB Percentages of Color #d080dd

%37.34
%22.98
%39.68

CMYK Percentages of Color #d080dd

%6
%42
%0
%13

Triadic Colors of #d080dd

#d080dd #ddd080 #80ddd0

Analogous Colors of #d080dd

#d080dd #dd80bc #a280dd

Monochromatic Colors of #d080dd

#d080dd

Complementary Color

#d080dd #8ddd80

#d080dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d080dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d080dd Color CSS Codes

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

#d080dd Text Font Color

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

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


#d080dd Background Color

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

This div background color is #d080dd


#d080dd Border Color

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

This div border color is #d080dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d080dd


Comments

No comments written yet.

Please login to write comment.