Color Hex Logo

#da877f Color Hex

#DA877F
(218,135,127)
0 Favorites   0 Comments

Color spaces of #da877f

RGB 218135127
HSL0.010.550.68
HSV42°85°
CMYK 0.000.380.42   0.15
XYZ41.408233.765724.4137
Yxy33.76570.41580.3391
Hunter Lab58.108325.510415.7656
CIE-Lab64.776230.867717.7660

#da877f color RGB value is (218,135,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000111 01111111
Octal 332 207 177
Decimal 218 135 127
Hex DA 87 7F

RGB Percentages of Color #da877f

%45.42
%28.13
%26.46

CMYK Percentages of Color #da877f

%0
%38
%42
%15

Triadic Colors of #da877f

#da877f #7fda87 #877fda

Analogous Colors of #da877f

#da877f #dab57f #da7fa5

Monochromatic Colors of #da877f

#da877f

Complementary Color

#da877f #7fd2da

#da877f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da877f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da877f Color CSS Codes

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

#da877f Text Font Color

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

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


#da877f Background Color

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

This div background color is #da877f


#da877f Border Color

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

This div border color is #da877f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,135,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 #da877f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da877f


Comments

No comments written yet.

Please login to write comment.