Color Hex Logo

#d66661 Color Hex

#D66661
(214,102,97)
0 Favorites   0 Comments

Color spaces of #d66661

RGB 21410297
HSL0.010.590.61
HSV55°84°
CMYK 0.000.520.55   0.16
XYZ34.640624.662014.2437
Yxy24.66200.47100.3353
Hunter Lab49.660837.605017.7571
CIE-Lab56.744643.597123.8941

#d66661 color RGB value is (214,102,97).

#d66661 hex color red value is 214, green value is 102 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #d66661 hue: 0.01 , saturation: 0.59 and the lightness value of d66661 is 0.61.

The process color (four color CMYK) of #d66661 color hex is 0.00, 0.52, 0.55, 0.16. Web safe color of #d66661 is #cc6666. Color #d66661 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01100110 01100001
Octal 326 146 141
Decimal 214 102 97
Hex D6 66 61

RGB Percentages of Color #d66661

%51.82
%24.70
%23.49

CMYK Percentages of Color #d66661

%0
%52
%55
%16

Triadic Colors of #d66661

#d66661 #61d666 #6661d6

Analogous Colors of #d66661

#d66661 #d6a161 #d66197

Monochromatic Colors of #d66661

#d66661

Complementary Color

#d66661 #61d1d6

#d66661 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d66661 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d66661 Color CSS Codes

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

#d66661 Text Font Color

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

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


#d66661 Background Color

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

This div background color is #d66661


#d66661 Border Color

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

This div border color is #d66661


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d66661


Comments

No comments written yet.

Please login to write comment.