Color Hex Logo

#d081dc Color Hex

#D081DC
(208,129,220)
0 Favorites   0 Comments

Color spaces of #d081dc

RGB 208129220
HSL0.810.570.68
HSV292°41°86°
CMYK 0.050.410.00   0.14
XYZ46.780934.277771.8608
Yxy34.27770.30590.2242
Hunter Lab58.547240.1692-31.7895
CIE-Lab65.182444.8482-34.1605

#d081dc color RGB value is (208,129,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10000001 11011100
Octal 320 201 334
Decimal 208 129 220
Hex D0 81 DC

RGB Percentages of Color #d081dc

%37.34
%23.16
%39.50

CMYK Percentages of Color #d081dc

%5
%41
%0
%14

Triadic Colors of #d081dc

#d081dc #dcd081 #81dcd0

Analogous Colors of #d081dc

#d081dc #dc81bb #a381dc

Monochromatic Colors of #d081dc

#d081dc

Complementary Color

#d081dc #8ddc81

#d081dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d081dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d081dc Color CSS Codes

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

#d081dc Text Font Color

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

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


#d081dc Background Color

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

This div background color is #d081dc


#d081dc Border Color

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

This div border color is #d081dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d081dc


Comments

No comments written yet.

Please login to write comment.