Color Hex Logo

#d181cc Color Hex

#D181CC
(209,129,204)
0 Favorites   0 Comments

Color spaces of #d181cc

RGB 209129204
HSL0.840.470.66
HSV304°38°82°
CMYK 0.000.380.02   0.18
XYZ45.043833.615561.2411
Yxy33.61550.32200.2403
Hunter Lab57.978937.2137-22.0408
CIE-Lab64.656242.1682-26.0289

#d181cc color RGB value is (209,129,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10000001 11001100
Octal 321 201 314
Decimal 209 129 204
Hex D1 81 CC

RGB Percentages of Color #d181cc

%38.56
%23.80
%37.64

CMYK Percentages of Color #d181cc

%0
%38
%2
%18

Triadic Colors of #d181cc

#d181cc #ccd181 #81ccd1

Analogous Colors of #d181cc

#d181cc #d181a4 #ae81d1

Monochromatic Colors of #d181cc

#d181cc

Complementary Color

#d181cc #81d186

#d181cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d181cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d181cc Color CSS Codes

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

#d181cc Text Font Color

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

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


#d181cc Background Color

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

This div background color is #d181cc


#d181cc Border Color

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

This div border color is #d181cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d181cc


Comments

No comments written yet.

Please login to write comment.