Color Hex Logo

#d090ad Color Hex

#D090AD
(208,144,173)
0 Favorites   0 Comments

Color spaces of #d090ad

RGB 208144173
HSL0.920.410.69
HSV333°31°82°
CMYK 0.000.310.17   0.18
XYZ43.528536.373544.2618
Yxy36.37350.35060.2929
Hunter Lab60.310423.2874-1.2956
CIE-Lab66.804328.4878-5.3901

#d090ad color RGB value is (208,144,173).

#d090ad hex color red value is 208, green value is 144 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d090ad hue: 0.92 , saturation: 0.41 and the lightness value of d090ad is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10010000 10101101
Octal 320 220 255
Decimal 208 144 173
Hex D0 90 AD

RGB Percentages of Color #d090ad

%39.62
%27.43
%32.95

CMYK Percentages of Color #d090ad

%0
%31
%17
%18

Triadic Colors of #d090ad

#d090ad #add090 #90add0

Analogous Colors of #d090ad

#d090ad #d09390 #d090cd

Monochromatic Colors of #d090ad

#d090ad

Complementary Color

#d090ad #90d0b3

#d090ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d090ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d090ad Color CSS Codes

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

#d090ad Text Font Color

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

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


#d090ad Background Color

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

This div background color is #d090ad


#d090ad Border Color

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

This div border color is #d090ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,144,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d090ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d090ad;
  -webkit-box-shadow: 1px 1px 3px 2px #d090ad;
  box-shadow:         1px 1px 3px 2px #d090ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,144,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d090ad


Comments

No comments written yet.

Please login to write comment.