Color Hex Logo

#da787b Color Hex

#DA787B
(218,120,123)
0 Favorites   0 Comments

Color spaces of #da787b

RGB 218120123
HSL0.990.570.66
HSV358°45°85°
CMYK 0.000.450.44   0.15
XYZ39.205129.768422.4184
Yxy29.76840.42900.3257
Hunter Lab54.560432.782713.8306
CIE-Lab61.453938.342815.4425

#da787b color RGB value is (218,120,123).

#da787b hex color red value is 218, green value is 120 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #da787b hue: 0.99 , saturation: 0.57 and the lightness value of da787b is 0.66.

The process color (four color CMYK) of #da787b color hex is 0.00, 0.45, 0.44, 0.15. Web safe color of #da787b is #cc6666. Color #da787b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01111000 01111011
Octal 332 170 173
Decimal 218 120 123
Hex DA 78 7B

RGB Percentages of Color #da787b

%47.29
%26.03
%26.68

CMYK Percentages of Color #da787b

%0
%45
%44
%15

Triadic Colors of #da787b

#da787b #7bda78 #787bda

Analogous Colors of #da787b

#da787b #daa678 #da78ac

Monochromatic Colors of #da787b

#da787b

Complementary Color

#da787b #78dad7

#da787b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da787b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da787b Color CSS Codes

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

#da787b Text Font Color

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

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


#da787b Background Color

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

This div background color is #da787b


#da787b Border Color

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

This div border color is #da787b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da787b


Comments

No comments written yet.

Please login to write comment.