Color Hex Logo

#d990af Color Hex

#D990AF
(217,144,175)
0 Favorites   0 Comments

Color spaces of #d990af

RGB 217144175
HSL0.930.490.71
HSV335°34°85°
CMYK 0.000.340.19   0.15
XYZ46.326437.793445.4106
Yxy37.79340.35760.2918
Hunter Lab61.476326.9277-0.7622
CIE-Lab67.868131.9894-4.8269

#d990af color RGB value is (217,144,175).

#d990af hex color red value is 217, green value is 144 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d990af hue: 0.93 , saturation: 0.49 and the lightness value of d990af is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10010000 10101111
Octal 331 220 257
Decimal 217 144 175
Hex D9 90 AF

RGB Percentages of Color #d990af

%40.49
%26.87
%32.65

CMYK Percentages of Color #d990af

%0
%34
%19
%15

Triadic Colors of #d990af

#d990af #afd990 #90afd9

Analogous Colors of #d990af

#d990af #d99690 #d990d4

Monochromatic Colors of #d990af

#d990af

Complementary Color

#d990af #90d9ba

#d990af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d990af Color Preview on White Background

Lorem ipsum dolor sit amet.

#d990af Color CSS Codes

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

#d990af Text Font Color

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

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


#d990af Background Color

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

This div background color is #d990af


#d990af Border Color

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

This div border color is #d990af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d990af


Comments

No comments written yet.

Please login to write comment.