Color Hex Logo

#d659ad Color Hex

#D659AD
(214,89,173)
0 Favorites   0 Comments

Color spaces of #d659ad

RGB 21489173
HSL0.890.600.59
HSV320°58°84°
CMYK 0.000.580.19   0.16
XYZ38.846824.458042.2086
Yxy24.45800.36820.2318
Hunter Lab49.455053.6650-15.9840
CIE-Lab56.543558.3711-20.7540

#d659ad color RGB value is (214,89,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01011001 10101101
Octal 326 131 255
Decimal 214 89 173
Hex D6 59 AD

RGB Percentages of Color #d659ad

%44.96
%18.70
%36.34

CMYK Percentages of Color #d659ad

%0
%58
%19
%16

Triadic Colors of #d659ad

#d659ad #add659 #59add6

Analogous Colors of #d659ad

#d659ad #d6596f #c159d6

Monochromatic Colors of #d659ad

#d659ad

Complementary Color

#d659ad #59d682

#d659ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d659ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d659ad Color CSS Codes

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

#d659ad Text Font Color

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

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


#d659ad Background Color

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

This div background color is #d659ad


#d659ad Border Color

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

This div border color is #d659ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d659ad


Comments

No comments written yet.

Please login to write comment.