Color Hex Logo

#d91aad Color Hex

#D91AAD
(217,26,173)
0 Favorites   0 Comments

Color spaces of #d91aad

RGB 21726173
HSL0.870.790.48
HSV314°88°85°
CMYK 0.000.880.20   0.15
XYZ36.527518.507641.1823
Yxy18.50760.37960.1924
Hunter Lab43.020576.2737-26.6424
CIE-Lab50.106178.5819-30.6613

#d91aad color RGB value is (217,26,173).

#d91aad hex color red value is 217, green value is 26 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d91aad hue: 0.87 , saturation: 0.79 and the lightness value of d91aad is 0.48.

The process color (four color CMYK) of #d91aad color hex is 0.00, 0.88, 0.20, 0.15. Web safe color of #d91aad is #cc3399. Color #d91aad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00011010 10101101
Octal 331 32 255
Decimal 217 26 173
Hex D9 1A AD

RGB Percentages of Color #d91aad

%52.16
%6.25
%41.59

CMYK Percentages of Color #d91aad

%0
%88
%20
%15

Triadic Colors of #d91aad

#d91aad #add91a #1aadd9

Analogous Colors of #d91aad

#d91aad #d91a4e #a61ad9

Monochromatic Colors of #d91aad

#d91aad

Complementary Color

#d91aad #1ad946

#d91aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d91aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d91aad Color CSS Codes

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

#d91aad Text Font Color

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

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


#d91aad Background Color

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

This div background color is #d91aad


#d91aad Border Color

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

This div border color is #d91aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d91aad


Comments

No comments written yet.

Please login to write comment.