Color Hex Logo

#da837f Color Hex

#DA837F
(218,131,127)
0 Favorites   0 Comments

Color spaces of #da837f

RGB 218131127
HSL0.010.550.68
HSV42°85°
CMYK 0.000.400.42   0.15
XYZ40.860532.670324.2311
Yxy32.67030.41800.3342
Hunter Lab57.157927.577914.8756
CIE-Lab63.893132.995616.5471

#da837f color RGB value is (218,131,127).

#da837f hex color red value is 218, green value is 131 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #da837f hue: 0.01 , saturation: 0.55 and the lightness value of da837f is 0.68.

The process color (four color CMYK) of #da837f color hex is 0.00, 0.40, 0.42, 0.15. Web safe color of #da837f is #cc9966. Color #da837f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000011 01111111
Octal 332 203 177
Decimal 218 131 127
Hex DA 83 7F

RGB Percentages of Color #da837f

%45.80
%27.52
%26.68

CMYK Percentages of Color #da837f

%0
%40
%42
%15

Triadic Colors of #da837f

#da837f #7fda83 #837fda

Analogous Colors of #da837f

#da837f #dab17f #da7fa9

Monochromatic Colors of #da837f

#da837f

Complementary Color

#da837f #7fd6da

#da837f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da837f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da837f Color CSS Codes

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

#da837f Text Font Color

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

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


#da837f Background Color

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

This div background color is #da837f


#da837f Border Color

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

This div border color is #da837f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(218,131,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #da837f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #da837f;
  -webkit-box-shadow: 1px 1px 3px 2px #da837f;
  box-shadow:         1px 1px 3px 2px #da837f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,131,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da837f

#da837f Color Palettes


Comments

No comments written yet.

Please login to write comment.