Color Hex Logo

#d08282 Color Hex

#D08282
(208,130,130)
0 Favorites   0 Comments

Color spaces of #d08282

RGB 208130130
HSL0.000.450.66
HSV38°82°
CMYK 0.000.380.38   0.18
XYZ38.024330.986925.0961
Yxy30.98690.40410.3293
Hunter Lab55.665924.514712.2361
CIE-Lab62.496630.073612.7140

#d08282 color RGB value is (208,130,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10000010 10000010
Octal 320 202 202
Decimal 208 130 130
Hex D0 82 82

RGB Percentages of Color #d08282

%44.44
%27.78
%27.78

CMYK Percentages of Color #d08282

%0
%38
%38
%18

Triadic Colors of #d08282

#d08282 #82d082 #8282d0

Analogous Colors of #d08282

#d08282 #d0a982 #d082a9

Monochromatic Colors of #d08282

#d08282

Complementary Color

#d08282 #82d0d0

#d08282 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d08282 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d08282 Color CSS Codes

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

#d08282 Text Font Color

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

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


#d08282 Background Color

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

This div background color is #d08282


#d08282 Border Color

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

This div border color is #d08282


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d08282

#d08282 Color Palettes


Comments

No comments written yet.

Please login to write comment.