Color Hex Logo

#d18082 Color Hex

#D18082
(209,128,130)
0 Favorites   0 Comments

Color spaces of #d18082

RGB 209128130
HSL1.000.470.66
HSV359°39°82°
CMYK 0.000.390.38   0.18
XYZ38.042930.605425.0214
Yxy30.60540.40610.3267
Hunter Lab55.322125.933811.9095
CIE-Lab62.173131.528012.2781

#d18082 color RGB value is (209,128,130).

#d18082 hex color red value is 209, green value is 128 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #d18082 hue: 1.00 , saturation: 0.47 and the lightness value of d18082 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10000000 10000010
Octal 321 200 202
Decimal 209 128 130
Hex D1 80 82

RGB Percentages of Color #d18082

%44.75
%27.41
%27.84

CMYK Percentages of Color #d18082

%0
%39
%38
%18

Triadic Colors of #d18082

#d18082 #82d180 #8082d1

Analogous Colors of #d18082

#d18082 #d1a780 #d180ab

Monochromatic Colors of #d18082

#d18082

Complementary Color

#d18082 #80d1cf

#d18082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d18082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d18082 Color CSS Codes

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

#d18082 Text Font Color

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

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


#d18082 Background Color

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

This div background color is #d18082


#d18082 Border Color

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

This div border color is #d18082


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d18082


Comments

No comments written yet.

Please login to write comment.