Color Hex Logo

#da837e Color Hex

#DA837E
(218,131,126)
0 Favorites   0 Comments

Color spaces of #da837e

RGB 218131126
HSL0.010.550.67
HSV42°85°
CMYK 0.000.400.42   0.15
XYZ40.795632.644423.8895
Yxy32.64440.41910.3354
Hunter Lab57.135327.465415.2043
CIE-Lab63.871932.886717.0829

#da837e color RGB value is (218,131,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000011 01111110
Octal 332 203 176
Decimal 218 131 126
Hex DA 83 7E

RGB Percentages of Color #da837e

%45.89
%27.58
%26.53

CMYK Percentages of Color #da837e

%0
%40
%42
%15

Triadic Colors of #da837e

#da837e #7eda83 #837eda

Analogous Colors of #da837e

#da837e #dab17e #da7ea7

Monochromatic Colors of #da837e

#da837e

Complementary Color

#da837e #7ed5da

#da837e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da837e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da837e Color CSS Codes

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

#da837e Text Font Color

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

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


#da837e Background Color

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

This div background color is #da837e


#da837e Border Color

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

This div border color is #da837e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da837e


Comments

No comments written yet.

Please login to write comment.