Color Hex Logo

#d9808a Color Hex

#D9808A
(217,128,138)
0 Favorites   0 Comments

Color spaces of #d9808a

RGB 217128138
HSL0.980.540.68
HSV353°41°85°
CMYK 0.000.410.36   0.15
XYZ40.921932.025028.0694
Yxy32.02500.40510.3170
Hunter Lab56.590630.043610.2051
CIE-Lab63.363535.46699.5456

#d9808a color RGB value is (217,128,138).

#d9808a hex color red value is 217, green value is 128 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #d9808a hue: 0.98 , saturation: 0.54 and the lightness value of d9808a is 0.68.

The process color (four color CMYK) of #d9808a color hex is 0.00, 0.41, 0.36, 0.15. Web safe color of #d9808a is #cc9999. Color #d9808a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10000000 10001010
Octal 331 200 212
Decimal 217 128 138
Hex D9 80 8A

RGB Percentages of Color #d9808a

%44.93
%26.50
%28.57

CMYK Percentages of Color #d9808a

%0
%41
%36
%15

Triadic Colors of #d9808a

#d9808a #8ad980 #808ad9

Analogous Colors of #d9808a

#d9808a #d9a380 #d980b7

Monochromatic Colors of #d9808a

#d9808a

Complementary Color

#d9808a #80d9cf

#d9808a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9808a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9808a Color CSS Codes

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

#d9808a Text Font Color

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

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


#d9808a Background Color

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

This div background color is #d9808a


#d9808a Border Color

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

This div border color is #d9808a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,128,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 #d9808a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9808a


Comments

No comments written yet.

Please login to write comment.