Color Hex Logo

#d48161 Color Hex

#D48161
(212,129,97)
1 Favorites   0 Comments

Color spaces of #d48161

RGB 21212997
HSL0.050.570.61
HSV17°54°83°
CMYK 0.000.390.54   0.17
XYZ37.159330.560615.2495
Yxy30.56060.44790.3683
Hunter Lab55.281623.241522.3419
CIE-Lab62.134928.817230.8522

#d48161 color RGB value is (212,129,97).

#d48161 hex color red value is 212, green value is 129 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #d48161 hue: 0.05 , saturation: 0.57 and the lightness value of d48161 is 0.61.

The process color (four color CMYK) of #d48161 color hex is 0.00, 0.39, 0.54, 0.17. Web safe color of #d48161 is #cc9966. Color #d48161 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10000001 01100001
Octal 324 201 141
Decimal 212 129 97
Hex D4 81 61

RGB Percentages of Color #d48161

%48.40
%29.45
%22.15

CMYK Percentages of Color #d48161

%0
%39
%54
%17

Triadic Colors of #d48161

#d48161 #61d481 #8161d4

Analogous Colors of #d48161

#d48161 #d4bb61 #d4617b

Monochromatic Colors of #d48161

#d48161

Complementary Color

#d48161 #61b4d4

#d48161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d48161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d48161 Color CSS Codes

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

#d48161 Text Font Color

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

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


#d48161 Background Color

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

This div background color is #d48161


#d48161 Border Color

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

This div border color is #d48161


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d48161


Comments

No comments written yet.

Please login to write comment.