Color Hex Logo

#d288ae Color Hex

#D288AE
(210,136,174)
0 Favorites   0 Comments

Color spaces of #d288ae

RGB 210136174
HSL0.910.450.68
HSV329°35°82°
CMYK 0.000.350.17   0.18
XYZ43.022534.365944.4102
Yxy34.36590.35320.2822
Hunter Lab58.622428.4103-3.8802
CIE-Lab65.252033.6798-8.2319

#d288ae color RGB value is (210,136,174).

#d288ae hex color red value is 210, green value is 136 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d288ae hue: 0.91 , saturation: 0.45 and the lightness value of d288ae is 0.68.

The process color (four color CMYK) of #d288ae color hex is 0.00, 0.35, 0.17, 0.18. Web safe color of #d288ae is #cc9999. Color #d288ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10001000 10101110
Octal 322 210 256
Decimal 210 136 174
Hex D2 88 AE

RGB Percentages of Color #d288ae

%40.38
%26.15
%33.46

CMYK Percentages of Color #d288ae

%0
%35
%17
%18

Triadic Colors of #d288ae

#d288ae #aed288 #88aed2

Analogous Colors of #d288ae

#d288ae #d28889 #d188d2

Monochromatic Colors of #d288ae

#d288ae

Complementary Color

#d288ae #88d2ac

#d288ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d288ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d288ae Color CSS Codes

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

#d288ae Text Font Color

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

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


#d288ae Background Color

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

This div background color is #d288ae


#d288ae Border Color

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

This div border color is #d288ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d288ae


Comments

No comments written yet.

Please login to write comment.