Color Hex Logo

#d8768a Color Hex

#D8768A
(216,118,138)
0 Favorites   0 Comments

Color spaces of #d8768a

RGB 216118138
HSL0.970.560.65
HSV348°45°85°
CMYK 0.000.450.36   0.15
XYZ39.384829.390827.6419
Yxy29.39080.40850.3048
Hunter Lab54.213334.80327.7189
CIE-Lab61.125040.32826.3356

#d8768a color RGB value is (216,118,138).

#d8768a hex color red value is 216, green value is 118 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #d8768a hue: 0.97 , saturation: 0.56 and the lightness value of d8768a is 0.65.

The process color (four color CMYK) of #d8768a color hex is 0.00, 0.45, 0.36, 0.15. Web safe color of #d8768a is #cc6699. Color #d8768a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01110110 10001010
Octal 330 166 212
Decimal 216 118 138
Hex D8 76 8A

RGB Percentages of Color #d8768a

%45.76
%25.00
%29.24

CMYK Percentages of Color #d8768a

%0
%45
%36
%15

Triadic Colors of #d8768a

#d8768a #8ad876 #768ad8

Analogous Colors of #d8768a

#d8768a #d89376 #d876bb

Monochromatic Colors of #d8768a

#d8768a

Complementary Color

#d8768a #76d8c4

#d8768a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8768a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8768a Color CSS Codes

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

#d8768a Text Font Color

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

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


#d8768a Background Color

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

This div background color is #d8768a


#d8768a Border Color

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

This div border color is #d8768a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8768a


Comments

No comments written yet.

Please login to write comment.