Color Hex Logo

#d697ad Color Hex

#D697AD
(214,151,173)
0 Favorites   0 Comments

Color spaces of #d697ad

RGB 214151173
HSL0.940.430.72
HSV339°29°84°
CMYK 0.000.290.19   0.16
XYZ46.341039.446544.7067
Yxy39.44650.35510.3023
Hunter Lab62.806421.79281.7609
CIE-Lab69.073526.8351-1.9725

#d697ad color RGB value is (214,151,173).

#d697ad hex color red value is 214, green value is 151 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d697ad hue: 0.94 , saturation: 0.43 and the lightness value of d697ad is 0.72.

The process color (four color CMYK) of #d697ad color hex is 0.00, 0.29, 0.19, 0.16. Web safe color of #d697ad is #cc9999. Color #d697ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10010111 10101101
Octal 326 227 255
Decimal 214 151 173
Hex D6 97 AD

RGB Percentages of Color #d697ad

%39.78
%28.07
%32.16

CMYK Percentages of Color #d697ad

%0
%29
%19
%16

Triadic Colors of #d697ad

#d697ad #add697 #97add6

Analogous Colors of #d697ad

#d697ad #d6a197 #d697cd

Monochromatic Colors of #d697ad

#d697ad

Complementary Color

#d697ad #97d6c0

#d697ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d697ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d697ad Color CSS Codes

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

#d697ad Text Font Color

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

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


#d697ad Background Color

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

This div background color is #d697ad


#d697ad Border Color

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

This div border color is #d697ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d697ad


Comments

No comments written yet.

Please login to write comment.