Color Hex Logo

#d96951 Color Hex

#D96951
(217,105,81)
0 Favorites   0 Comments

Color spaces of #d96951

RGB 21710581
HSL0.030.640.58
HSV11°63°85°
CMYK 0.000.520.63   0.15
XYZ35.152025.448910.8440
Yxy25.44890.49200.3562
Hunter Lab50.446936.098822.5679
CIE-Lab57.510242.046034.0360

#d96951 color RGB value is (217,105,81).

#d96951 hex color red value is 217, green value is 105 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #d96951 hue: 0.03 , saturation: 0.64 and the lightness value of d96951 is 0.58.

The process color (four color CMYK) of #d96951 color hex is 0.00, 0.52, 0.63, 0.15. Web safe color of #d96951 is #cc6666. Color #d96951 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01101001 01010001
Octal 331 151 121
Decimal 217 105 81
Hex D9 69 51

RGB Percentages of Color #d96951

%53.85
%26.05
%20.10

CMYK Percentages of Color #d96951

%0
%52
%63
%15

Triadic Colors of #d96951

#d96951 #51d969 #6951d9

Analogous Colors of #d96951

#d96951 #d9ad51 #d9517d

Monochromatic Colors of #d96951

#d96951

Complementary Color

#d96951 #51c1d9

#d96951 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d96951 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d96951 Color CSS Codes

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

#d96951 Text Font Color

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

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


#d96951 Background Color

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

This div background color is #d96951


#d96951 Border Color

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

This div border color is #d96951


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d96951


Comments

No comments written yet.

Please login to write comment.