Color Hex Logo

#d88148 Color Hex

#D88148
(216,129,72)
0 Favorites   0 Comments

Color spaces of #d88148

RGB 21612972
HSL0.070.650.56
HSV24°67°85°
CMYK 0.000.400.67   0.15
XYZ37.338930.767310.1016
Yxy30.76730.47740.3934
Hunter Lab55.468323.089228.0302
CIE-Lab62.310728.647744.4785

#d88148 color RGB value is (216,129,72).

#d88148 hex color red value is 216, green value is 129 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #d88148 hue: 0.07 , saturation: 0.65 and the lightness value of d88148 is 0.56.

The process color (four color CMYK) of #d88148 color hex is 0.00, 0.40, 0.67, 0.15. Web safe color of #d88148 is #cc9933. Color #d88148 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10000001 01001000
Octal 330 201 110
Decimal 216 129 72
Hex D8 81 48

RGB Percentages of Color #d88148

%51.80
%30.94
%17.27

CMYK Percentages of Color #d88148

%0
%40
%67
%15

Triadic Colors of #d88148

#d88148 #48d881 #8148d8

Analogous Colors of #d88148

#d88148 #d8c948 #d84857

Monochromatic Colors of #d88148

#d88148

Complementary Color

#d88148 #489fd8

#d88148 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d88148 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d88148 Color CSS Codes

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

#d88148 Text Font Color

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

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


#d88148 Background Color

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

This div background color is #d88148


#d88148 Border Color

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

This div border color is #d88148


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d88148


Comments

No comments written yet.

Please login to write comment.