Color Hex Logo

#d0838b Color Hex

#D0838B
(208,131,139)
0 Favorites   0 Comments

Color spaces of #d0838b

RGB 208131139
HSL0.980.450.66
HSV354°37°82°
CMYK 0.000.370.33   0.18
XYZ38.788931.506628.4631
Yxy31.50660.39280.3190
Hunter Lab56.130725.12289.2264
CIE-Lab62.933030.64568.2109

#d0838b color RGB value is (208,131,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10000011 10001011
Octal 320 203 213
Decimal 208 131 139
Hex D0 83 8B

RGB Percentages of Color #d0838b

%43.51
%27.41
%29.08

CMYK Percentages of Color #d0838b

%0
%37
%33
%18

Triadic Colors of #d0838b

#d0838b #8bd083 #838bd0

Analogous Colors of #d0838b

#d0838b #d0a283 #d083b2

Monochromatic Colors of #d0838b

#d0838b

Complementary Color

#d0838b #83d0c8

#d0838b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0838b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0838b Color CSS Codes

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

#d0838b Text Font Color

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

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


#d0838b Background Color

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

This div background color is #d0838b


#d0838b Border Color

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

This div border color is #d0838b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,131,139, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0838b


Comments

No comments written yet.

Please login to write comment.