Color Hex Logo

#d181cd Color Hex

#D181CD
(209,129,205)
0 Favorites   0 Comments

Color spaces of #d181cd

RGB 209129205
HSL0.840.470.66
HSV303°38°82°
CMYK 0.000.380.02   0.18
XYZ45.164233.663661.8749
Yxy33.66360.32100.2393
Hunter Lab58.020337.4124-22.6147
CIE-Lab64.694742.3494-26.5302

#d181cd color RGB value is (209,129,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10000001 11001101
Octal 321 201 315
Decimal 209 129 205
Hex D1 81 CD

RGB Percentages of Color #d181cd

%38.49
%23.76
%37.75

CMYK Percentages of Color #d181cd

%0
%38
%2
%18

Triadic Colors of #d181cd

#d181cd #cdd181 #81cdd1

Analogous Colors of #d181cd

#d181cd #d181a5 #ad81d1

Monochromatic Colors of #d181cd

#d181cd

Complementary Color

#d181cd #81d185

#d181cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d181cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d181cd Color CSS Codes

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

#d181cd Text Font Color

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

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


#d181cd Background Color

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

This div background color is #d181cd


#d181cd Border Color

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

This div border color is #d181cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d181cd


Comments

No comments written yet.

Please login to write comment.