Color Hex Logo

#d96166 Color Hex

#D96166
(217,97,102)
0 Favorites   0 Comments

Color spaces of #d96166

RGB 21797102
HSL0.990.610.62
HSV358°55°85°
CMYK 0.000.550.53   0.15
XYZ35.288224.260415.3932
Yxy24.26040.47090.3237
Hunter Lab49.254841.688815.9490
CIE-Lab56.347647.520320.5487

#d96166 color RGB value is (217,97,102).

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

The process color (four color CMYK) of #d96166 color hex is 0.00, 0.55, 0.53, 0.15. Web safe color of #d96166 is #cc6666. Color #d96166 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01100001 01100110
Octal 331 141 146
Decimal 217 97 102
Hex D9 61 66

RGB Percentages of Color #d96166

%52.16
%23.32
%24.52

CMYK Percentages of Color #d96166

%0
%55
%53
%15

Triadic Colors of #d96166

#d96166 #66d961 #6166d9

Analogous Colors of #d96166

#d96166 #d99861 #d961a2

Monochromatic Colors of #d96166

#d96166

Complementary Color

#d96166 #61d9d4

#d96166 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d96166 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d96166 Color CSS Codes

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

#d96166 Text Font Color

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

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


#d96166 Background Color

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

This div background color is #d96166


#d96166 Border Color

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

This div border color is #d96166


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d96166


Comments

No comments written yet.

Please login to write comment.