Color Hex Logo

#da867b Color Hex

#DA867B
(218,134,123)
0 Favorites   0 Comments

Color spaces of #da867b

RGB 218134123
HSL0.020.560.67
HSV44°85°
CMYK 0.000.390.44   0.15
XYZ41.013733.385723.0213
Yxy33.38570.42100.3427
Hunter Lab57.780425.587416.8235
CIE-Lab64.472030.971219.5969

#da867b color RGB value is (218,134,123).

#da867b hex color red value is 218, green value is 134 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #da867b hue: 0.02 , saturation: 0.56 and the lightness value of da867b is 0.67.

The process color (four color CMYK) of #da867b color hex is 0.00, 0.39, 0.44, 0.15. Web safe color of #da867b is #cc9966. Color #da867b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000110 01111011
Octal 332 206 173
Decimal 218 134 123
Hex DA 86 7B

RGB Percentages of Color #da867b

%45.89
%28.21
%25.89

CMYK Percentages of Color #da867b

%0
%39
%44
%15

Triadic Colors of #da867b

#da867b #7bda86 #867bda

Analogous Colors of #da867b

#da867b #dab67b #da7ba0

Monochromatic Colors of #da867b

#da867b

Complementary Color

#da867b #7bcfda

#da867b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da867b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da867b Color CSS Codes

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

#da867b Text Font Color

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

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


#da867b Background Color

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

This div background color is #da867b


#da867b Border Color

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

This div border color is #da867b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da867b


Comments

No comments written yet.

Please login to write comment.