Color Hex Logo

#d888ae Color Hex

#D888AE
(216,136,174)
0 Favorites   0 Comments

Color spaces of #d888ae

RGB 216136174
HSL0.920.510.69
HSV332°37°85°
CMYK 0.000.370.19   0.15
XYZ44.763035.263244.4916
Yxy35.26320.35950.2832
Hunter Lab59.382830.6340-2.8541
CIE-Lab65.953135.7665-7.1137

#d888ae color RGB value is (216,136,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10001000 10101110
Octal 330 210 256
Decimal 216 136 174
Hex D8 88 AE

RGB Percentages of Color #d888ae

%41.06
%25.86
%33.08

CMYK Percentages of Color #d888ae

%0
%37
%19
%15

Triadic Colors of #d888ae

#d888ae #aed888 #88aed8

Analogous Colors of #d888ae

#d888ae #d88a88 #d888d6

Monochromatic Colors of #d888ae

#d888ae

Complementary Color

#d888ae #88d8b2

#d888ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d888ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d888ae Color CSS Codes

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

#d888ae Text Font Color

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

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


#d888ae Background Color

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

This div background color is #d888ae


#d888ae Border Color

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

This div border color is #d888ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d888ae


Comments

No comments written yet.

Please login to write comment.