Color Hex Logo

#d86950 Color Hex

#D86950
(216,105,80)
0 Favorites   0 Comments

Color spaces of #d86950

RGB 21610580
HSL0.030.640.58
HSV11°63°85°
CMYK 0.000.510.63   0.15
XYZ34.818425.281310.6341
Yxy25.28130.49220.3574
Hunter Lab50.280535.617322.6568
CIE-Lab57.348541.604134.3592

#d86950 color RGB value is (216,105,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01101001 01010000
Octal 330 151 120
Decimal 216 105 80
Hex D8 69 50

RGB Percentages of Color #d86950

%53.87
%26.18
%19.95

CMYK Percentages of Color #d86950

%0
%51
%63
%15

Triadic Colors of #d86950

#d86950 #50d869 #6950d8

Analogous Colors of #d86950

#d86950 #d8ad50 #d8507b

Monochromatic Colors of #d86950

#d86950

Complementary Color

#d86950 #50bfd8

#d86950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d86950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d86950 Color CSS Codes

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

#d86950 Text Font Color

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

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


#d86950 Background Color

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

This div background color is #d86950


#d86950 Border Color

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

This div border color is #d86950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d86950


Comments

No comments written yet.

Please login to write comment.