Color Hex Logo

#d66faf Color Hex

#D66FAF
(214,111,175)
0 Favorites   0 Comments

Color spaces of #d66faf

RGB 214111175
HSL0.900.560.64
HSV323°48°84°
CMYK 0.000.480.18   0.16
XYZ41.153928.760243.9397
Yxy28.76020.36150.2526
Hunter Lab53.628543.1288-11.0384
CIE-Lab60.569448.2227-15.7797

#d66faf color RGB value is (214,111,175).

#d66faf hex color red value is 214, green value is 111 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d66faf hue: 0.90 , saturation: 0.56 and the lightness value of d66faf is 0.64.

The process color (four color CMYK) of #d66faf color hex is 0.00, 0.48, 0.18, 0.16. Web safe color of #d66faf is #cc6699. Color #d66faf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01101111 10101111
Octal 326 157 257
Decimal 214 111 175
Hex D6 6F AF

RGB Percentages of Color #d66faf

%42.80
%22.20
%35.00

CMYK Percentages of Color #d66faf

%0
%48
%18
%16

Triadic Colors of #d66faf

#d66faf #afd66f #6fafd6

Analogous Colors of #d66faf

#d66faf #d66f7c #ca6fd6

Monochromatic Colors of #d66faf

#d66faf

Complementary Color

#d66faf #6fd696

#d66faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d66faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d66faf Color CSS Codes

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

#d66faf Text Font Color

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

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


#d66faf Background Color

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

This div background color is #d66faf


#d66faf Border Color

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

This div border color is #d66faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d66faf


Comments

No comments written yet.

Please login to write comment.