Color Hex Logo

#dc8b83 Color Hex

#DC8B83
(220,139,131)
0 Favorites   0 Comments

Color spaces of #dc8b83

RGB 220139131
HSL0.010.560.69
HSV40°86°
CMYK 0.000.370.40   0.14
XYZ42.844635.319626.0319
Yxy35.31960.41120.3390
Hunter Lab59.430324.681515.6308
CIE-Lab65.996729.939717.2432

#dc8b83 color RGB value is (220,139,131).

#dc8b83 hex color red value is 220, green value is 139 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #dc8b83 hue: 0.01 , saturation: 0.56 and the lightness value of dc8b83 is 0.69.

The process color (four color CMYK) of #dc8b83 color hex is 0.00, 0.37, 0.40, 0.14. Web safe color of #dc8b83 is #cc9999. Color #dc8b83 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10001011 10000011
Octal 334 213 203
Decimal 220 139 131
Hex DC 8B 83

RGB Percentages of Color #dc8b83

%44.90
%28.37
%26.73

CMYK Percentages of Color #dc8b83

%0
%37
%40
%14

Triadic Colors of #dc8b83

#dc8b83 #83dc8b #8b83dc

Analogous Colors of #dc8b83

#dc8b83 #dcb883 #dc83a8

Monochromatic Colors of #dc8b83

#dc8b83

Complementary Color

#dc8b83 #83d4dc

#dc8b83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc8b83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc8b83 Color CSS Codes

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

#dc8b83 Text Font Color

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

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


#dc8b83 Background Color

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

This div background color is #dc8b83


#dc8b83 Border Color

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

This div border color is #dc8b83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc8b83


Comments

No comments written yet.

Please login to write comment.