Color Hex Logo

#d65aad Color Hex

#D65AAD
(214,90,173)
0 Favorites   0 Comments

Color spaces of #d65aad

RGB 21490173
HSL0.890.600.60
HSV320°58°84°
CMYK 0.000.580.19   0.16
XYZ38.930524.625642.2365
Yxy24.62560.36800.2328
Hunter Lab49.624253.1921-15.7264
CIE-Lab56.708857.9248-20.5010

#d65aad color RGB value is (214,90,173).

#d65aad hex color red value is 214, green value is 90 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d65aad hue: 0.89 , saturation: 0.60 and the lightness value of d65aad is 0.60.

The process color (four color CMYK) of #d65aad color hex is 0.00, 0.58, 0.19, 0.16. Web safe color of #d65aad is #cc6699. Color #d65aad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01011010 10101101
Octal 326 132 255
Decimal 214 90 173
Hex D6 5A AD

RGB Percentages of Color #d65aad

%44.86
%18.87
%36.27

CMYK Percentages of Color #d65aad

%0
%58
%19
%16

Triadic Colors of #d65aad

#d65aad #add65a #5aadd6

Analogous Colors of #d65aad

#d65aad #d65a6f #c15ad6

Monochromatic Colors of #d65aad

#d65aad

Complementary Color

#d65aad #5ad683

#d65aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d65aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d65aad Color CSS Codes

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

#d65aad Text Font Color

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

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


#d65aad Background Color

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

This div background color is #d65aad


#d65aad Border Color

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

This div border color is #d65aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d65aad


Comments

No comments written yet.

Please login to write comment.