Color Hex Logo

#d694af Color Hex

#D694AF
(214,148,175)
0 Favorites   0 Comments

Color spaces of #d694af

RGB 214148175
HSL0.930.450.71
HSV335°31°84°
CMYK 0.000.310.18   0.16
XYZ46.059338.571145.5748
Yxy38.57110.35370.2962
Hunter Lab62.105623.6958-0.0347
CIE-Lab68.439428.7689-4.0216

#d694af color RGB value is (214,148,175).

#d694af hex color red value is 214, green value is 148 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d694af hue: 0.93 , saturation: 0.45 and the lightness value of d694af is 0.71.

The process color (four color CMYK) of #d694af color hex is 0.00, 0.31, 0.18, 0.16. Web safe color of #d694af is #cc9999. Color #d694af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10010100 10101111
Octal 326 224 257
Decimal 214 148 175
Hex D6 94 AF

RGB Percentages of Color #d694af

%39.85
%27.56
%32.59

CMYK Percentages of Color #d694af

%0
%31
%18
%16

Triadic Colors of #d694af

#d694af #afd694 #94afd6

Analogous Colors of #d694af

#d694af #d69a94 #d694d0

Monochromatic Colors of #d694af

#d694af

Complementary Color

#d694af #94d6bb

#d694af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d694af Color Preview on White Background

Lorem ipsum dolor sit amet.

#d694af Color CSS Codes

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

#d694af Text Font Color

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

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


#d694af Background Color

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

This div background color is #d694af


#d694af Border Color

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

This div border color is #d694af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,148,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d694af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d694af


Comments

No comments written yet.

Please login to write comment.