Color Hex Logo

#d18a82 Color Hex

#D18A82
(209,138,130)
0 Favorites   0 Comments

Color spaces of #d18a82

RGB 209138130
HSL0.020.460.66
HSV38°82°
CMYK 0.000.340.38   0.18
XYZ39.412233.344025.4779
Yxy33.34400.40120.3394
Hunter Lab57.744320.779214.2611
CIE-Lab64.438526.132315.4434

#d18a82 color RGB value is (209,138,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10001010 10000010
Octal 321 212 202
Decimal 209 138 130
Hex D1 8A 82

RGB Percentages of Color #d18a82

%43.82
%28.93
%27.25

CMYK Percentages of Color #d18a82

%0
%34
%38
%18

Triadic Colors of #d18a82

#d18a82 #82d18a #8a82d1

Analogous Colors of #d18a82

#d18a82 #d1b282 #d182a2

Monochromatic Colors of #d18a82

#d18a82

Complementary Color

#d18a82 #82c9d1

#d18a82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d18a82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d18a82 Color CSS Codes

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

#d18a82 Text Font Color

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

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


#d18a82 Background Color

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

This div background color is #d18a82


#d18a82 Border Color

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

This div border color is #d18a82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d18a82


Comments

No comments written yet.

Please login to write comment.