Color Hex Logo

#d19481 Color Hex

#D19481
(209,148,129)
0 Favorites   0 Comments

Color spaces of #d19481

RGB 209148129
HSL0.040.470.66
HSV14°38°82°
CMYK 0.000.290.38   0.18
XYZ40.846836.320125.6265
Yxy36.32010.39740.3533
Hunter Lab60.266215.516816.9749
CIE-Lab66.763820.579619.2134

#d19481 color RGB value is (209,148,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10010100 10000001
Octal 321 224 201
Decimal 209 148 129
Hex D1 94 81

RGB Percentages of Color #d19481

%43.00
%30.45
%26.54

CMYK Percentages of Color #d19481

%0
%29
%38
%18

Triadic Colors of #d19481

#d19481 #81d194 #9481d1

Analogous Colors of #d19481

#d19481 #d1bc81 #d18196

Monochromatic Colors of #d19481

#d19481

Complementary Color

#d19481 #81bed1

#d19481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d19481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d19481 Color CSS Codes

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

#d19481 Text Font Color

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

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


#d19481 Background Color

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

This div background color is #d19481


#d19481 Border Color

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

This div border color is #d19481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d19481


Comments

No comments written yet.

Please login to write comment.