Color Hex Logo

#d888af Color Hex

#D888AF
(216,136,175)
0 Favorites   0 Comments

Color spaces of #d888af

RGB 216136175
HSL0.920.510.69
HSV331°37°85°
CMYK 0.000.370.19   0.15
XYZ44.860935.302445.0071
Yxy35.30240.35840.2820
Hunter Lab59.415830.7957-3.3207
CIE-Lab65.983435.9191-7.6324

#d888af color RGB value is (216,136,175).

#d888af hex color red value is 216, green value is 136 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d888af hue: 0.92 , saturation: 0.51 and the lightness value of d888af is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10001000 10101111
Octal 330 210 257
Decimal 216 136 175
Hex D8 88 AF

RGB Percentages of Color #d888af

%40.99
%25.81
%33.21

CMYK Percentages of Color #d888af

%0
%37
%19
%15

Triadic Colors of #d888af

#d888af #afd888 #88afd8

Analogous Colors of #d888af

#d888af #d88988 #d888d7

Monochromatic Colors of #d888af

#d888af

Complementary Color

#d888af #88d8b1

#d888af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d888af Color Preview on White Background

Lorem ipsum dolor sit amet.

#d888af Color CSS Codes

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

#d888af Text Font Color

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

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


#d888af Background Color

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

This div background color is #d888af


#d888af Border Color

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

This div border color is #d888af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d888af


Comments

No comments written yet.

Please login to write comment.