Color Hex Logo

#d081cc Color Hex

#D081CC
(208,129,204)
0 Favorites   0 Comments

Color spaces of #d081cc

RGB 208129204
HSL0.840.460.66
HSV303°38°82°
CMYK 0.000.380.02   0.18
XYZ44.761833.470061.2279
Yxy33.47000.32100.2400
Hunter Lab57.853336.8645-22.2512
CIE-Lab64.539741.8553-26.2180

#d081cc color RGB value is (208,129,204).

#d081cc hex color red value is 208, green value is 129 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d081cc hue: 0.84 , saturation: 0.46 and the lightness value of d081cc is 0.66.

The process color (four color CMYK) of #d081cc color hex is 0.00, 0.38, 0.02, 0.18. Web safe color of #d081cc is #cc99cc. Color #d081cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10000001 11001100
Octal 320 201 314
Decimal 208 129 204
Hex D0 81 CC

RGB Percentages of Color #d081cc

%38.45
%23.84
%37.71

CMYK Percentages of Color #d081cc

%0
%38
%2
%18

Triadic Colors of #d081cc

#d081cc #ccd081 #81ccd0

Analogous Colors of #d081cc

#d081cc #d081a5 #ad81d0

Monochromatic Colors of #d081cc

#d081cc

Complementary Color

#d081cc #81d085

#d081cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d081cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d081cc Color CSS Codes

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

#d081cc Text Font Color

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

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


#d081cc Background Color

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

This div background color is #d081cc


#d081cc Border Color

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

This div border color is #d081cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d081cc


Comments

No comments written yet.

Please login to write comment.