Color Hex Logo

#d881af Color Hex

#D881AF
(216,129,175)
0 Favorites   0 Comments

Color spaces of #d881af

RGB 216129175
HSL0.910.530.68
HSV328°40°85°
CMYK 0.000.400.19   0.15
XYZ43.907033.394644.6891
Yxy33.39460.35990.2737
Hunter Lab57.788134.4941-5.3989
CIE-Lab64.479239.6240-9.8742

#d881af color RGB value is (216,129,175).

#d881af hex color red value is 216, green value is 129 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d881af hue: 0.91 , saturation: 0.53 and the lightness value of d881af is 0.68.

The process color (four color CMYK) of #d881af color hex is 0.00, 0.40, 0.19, 0.15. Web safe color of #d881af is #cc9999. Color #d881af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10000001 10101111
Octal 330 201 257
Decimal 216 129 175
Hex D8 81 AF

RGB Percentages of Color #d881af

%41.54
%24.81
%33.65

CMYK Percentages of Color #d881af

%0
%40
%19
%15

Triadic Colors of #d881af

#d881af #afd881 #81afd8

Analogous Colors of #d881af

#d881af #d88184 #d681d8

Monochromatic Colors of #d881af

#d881af

Complementary Color

#d881af #81d8aa

#d881af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d881af Color Preview on White Background

Lorem ipsum dolor sit amet.

#d881af Color CSS Codes

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

#d881af Text Font Color

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

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


#d881af Background Color

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

This div background color is #d881af


#d881af Border Color

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

This div border color is #d881af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d881af


Comments

No comments written yet.

Please login to write comment.