Color Hex Logo

#d181dc Color Hex

#D181DC
(209,129,220)
0 Favorites   0 Comments

Color spaces of #d181dc

RGB 209129220
HSL0.810.570.68
HSV293°41°86°
CMYK 0.050.410.00   0.14
XYZ47.063034.423171.8740
Yxy34.42310.30690.2245
Hunter Lab58.671240.5089-31.5622
CIE-Lab65.297045.1461-33.9735

#d181dc color RGB value is (209,129,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10000001 11011100
Octal 321 201 334
Decimal 209 129 220
Hex D1 81 DC

RGB Percentages of Color #d181dc

%37.46
%23.12
%39.43

CMYK Percentages of Color #d181dc

%5
%41
%0
%14

Triadic Colors of #d181dc

#d181dc #dcd181 #81dcd1

Analogous Colors of #d181dc

#d181dc #dc81ba #a481dc

Monochromatic Colors of #d181dc

#d181dc

Complementary Color

#d181dc #8cdc81

#d181dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d181dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d181dc Color CSS Codes

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

#d181dc Text Font Color

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

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


#d181dc Background Color

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

This div background color is #d181dc


#d181dc Border Color

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

This div border color is #d181dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d181dc


Comments

No comments written yet.

Please login to write comment.