Color Hex Logo

#d0838a Color Hex

#D0838A
(208,131,138)
1 Favorites   0 Comments

Color spaces of #d0838a

RGB 208131138
HSL0.980.450.66
HSV355°37°82°
CMYK 0.000.370.34   0.18
XYZ38.716231.477528.0800
Yxy31.47750.39400.3203
Hunter Lab56.104824.99399.5992
CIE-Lab62.908730.51858.7453

#d0838a color RGB value is (208,131,138).

#d0838a hex color red value is 208, green value is 131 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #d0838a hue: 0.98 , saturation: 0.45 and the lightness value of d0838a is 0.66.

The process color (four color CMYK) of #d0838a color hex is 0.00, 0.37, 0.34, 0.18. Web safe color of #d0838a is #cc9999. Color #d0838a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10000011 10001010
Octal 320 203 212
Decimal 208 131 138
Hex D0 83 8A

RGB Percentages of Color #d0838a

%43.61
%27.46
%28.93

CMYK Percentages of Color #d0838a

%0
%37
%34
%18

Triadic Colors of #d0838a

#d0838a #8ad083 #838ad0

Analogous Colors of #d0838a

#d0838a #d0a383 #d083b1

Monochromatic Colors of #d0838a

#d0838a

Complementary Color

#d0838a #83d0c9

#d0838a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0838a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0838a Color CSS Codes

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

#d0838a Text Font Color

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

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


#d0838a Background Color

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

This div background color is #d0838a


#d0838a Border Color

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

This div border color is #d0838a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0838a


Comments

No comments written yet.

Please login to write comment.