Color Hex Logo

#d86776 Color Hex

#D86776
(216,103,118)
0 Favorites   0 Comments

Color spaces of #d86776

RGB 216103118
HSL0.980.590.63
HSV352°52°85°
CMYK 0.000.520.45   0.15
XYZ36.439225.607420.1617
Yxy25.60740.44330.3115
Hunter Lab50.603839.979311.8001
CIE-Lab57.662545.717913.0093

#d86776 color RGB value is (216,103,118).

#d86776 hex color red value is 216, green value is 103 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #d86776 hue: 0.98 , saturation: 0.59 and the lightness value of d86776 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01100111 01110110
Octal 330 147 166
Decimal 216 103 118
Hex D8 67 76

RGB Percentages of Color #d86776

%49.43
%23.57
%27.00

CMYK Percentages of Color #d86776

%0
%52
%45
%15

Triadic Colors of #d86776

#d86776 #76d867 #6776d8

Analogous Colors of #d86776

#d86776 #d89167 #d867af

Monochromatic Colors of #d86776

#d86776

Complementary Color

#d86776 #67d8c9

#d86776 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d86776 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d86776 Color CSS Codes

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

#d86776 Text Font Color

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

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


#d86776 Background Color

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

This div background color is #d86776


#d86776 Border Color

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

This div border color is #d86776


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d86776


Comments

No comments written yet.

Please login to write comment.