Color Hex Logo

#da968a Color Hex

#DA968A
(218,150,138)
0 Favorites   0 Comments

Color spaces of #da968a

RGB 218150138
HSL0.030.520.70
HSV37°85°
CMYK 0.000.310.37   0.15
XYZ44.407238.553129.1457
Yxy38.55310.39610.3439
Hunter Lab62.091119.002615.6330
CIE-Lab68.426324.072616.6680

#da968a color RGB value is (218,150,138).

#da968a hex color red value is 218, green value is 150 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #da968a hue: 0.03 , saturation: 0.52 and the lightness value of da968a is 0.70.

The process color (four color CMYK) of #da968a color hex is 0.00, 0.31, 0.37, 0.15. Web safe color of #da968a is #cc9999. Color #da968a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010110 10001010
Octal 332 226 212
Decimal 218 150 138
Hex DA 96 8A

RGB Percentages of Color #da968a

%43.08
%29.64
%27.27

CMYK Percentages of Color #da968a

%0
%31
%37
%15

Triadic Colors of #da968a

#da968a #8ada96 #968ada

Analogous Colors of #da968a

#da968a #dabe8a #da8aa6

Monochromatic Colors of #da968a

#da968a

Complementary Color

#da968a #8aceda

#da968a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da968a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da968a Color CSS Codes

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

#da968a Text Font Color

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

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


#da968a Background Color

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

This div background color is #da968a


#da968a Border Color

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

This div border color is #da968a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da968a


Comments

No comments written yet.

Please login to write comment.