Color Hex Logo

#d19476 Color Hex

#D19476
(209,148,118)
0 Favorites   0 Comments

Color spaces of #d19476

RGB 209148118
HSL0.050.500.64
HSV20°44°82°
CMYK 0.000.290.44   0.18
XYZ40.154436.043121.9802
Yxy36.04310.40900.3671
Hunter Lab60.035914.325120.3180
CIE-Lab66.552819.344725.0084

#d19476 color RGB value is (209,148,118).

#d19476 hex color red value is 209, green value is 148 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #d19476 hue: 0.05 , saturation: 0.50 and the lightness value of d19476 is 0.64.

The process color (four color CMYK) of #d19476 color hex is 0.00, 0.29, 0.44, 0.18. Web safe color of #d19476 is #cc9966. Color #d19476 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10010100 01110110
Octal 321 224 166
Decimal 209 148 118
Hex D1 94 76

RGB Percentages of Color #d19476

%44.00
%31.16
%24.84

CMYK Percentages of Color #d19476

%0
%29
%44
%18

Triadic Colors of #d19476

#d19476 #76d194 #9476d1

Analogous Colors of #d19476

#d19476 #d1c276 #d17686

Monochromatic Colors of #d19476

#d19476

Complementary Color

#d19476 #76b3d1

#d19476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d19476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d19476 Color CSS Codes

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

#d19476 Text Font Color

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

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


#d19476 Background Color

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

This div background color is #d19476


#d19476 Border Color

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

This div border color is #d19476


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d19476


Comments

No comments written yet.

Please login to write comment.