Color Hex Logo

#d665ad Color Hex

#D665AD
(214,101,173)
0 Favorites   0 Comments

Color spaces of #d665ad

RGB 214101173
HSL0.890.580.62
HSV322°53°84°
CMYK 0.000.530.19   0.16
XYZ39.928126.620642.5690
Yxy26.62060.36590.2440
Hunter Lab51.595247.8448-12.8011
CIE-Lab58.621552.8254-17.5850

#d665ad color RGB value is (214,101,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01100101 10101101
Octal 326 145 255
Decimal 214 101 173
Hex D6 65 AD

RGB Percentages of Color #d665ad

%43.85
%20.70
%35.45

CMYK Percentages of Color #d665ad

%0
%53
%19
%16

Triadic Colors of #d665ad

#d665ad #add665 #65add6

Analogous Colors of #d665ad

#d665ad #d66575 #c765d6

Monochromatic Colors of #d665ad

#d665ad

Complementary Color

#d665ad #65d68e

#d665ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d665ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d665ad Color CSS Codes

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

#d665ad Text Font Color

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

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


#d665ad Background Color

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

This div background color is #d665ad


#d665ad Border Color

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

This div border color is #d665ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d665ad


Comments

No comments written yet.

Please login to write comment.