Color Hex Logo

#da969d Color Hex

#DA969D
(218,150,157)
0 Favorites   0 Comments

Color spaces of #da969d

RGB 218150157
HSL0.980.480.72
HSV354°31°85°
CMYK 0.000.310.28   0.15
XYZ45.905639.152437.0360
Yxy39.15240.37600.3207
Hunter Lab62.571921.45508.7068
CIE-Lab68.861526.51236.7025

#da969d color RGB value is (218,150,157).

#da969d hex color red value is 218, green value is 150 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #da969d hue: 0.98 , saturation: 0.48 and the lightness value of da969d is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010110 10011101
Octal 332 226 235
Decimal 218 150 157
Hex DA 96 9D

RGB Percentages of Color #da969d

%41.52
%28.57
%29.90

CMYK Percentages of Color #da969d

%0
%31
%28
%15

Triadic Colors of #da969d

#da969d #9dda96 #969dda

Analogous Colors of #da969d

#da969d #dab196 #da96bf

Monochromatic Colors of #da969d

#da969d

Complementary Color

#da969d #96dad3

#da969d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da969d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da969d Color CSS Codes

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

#da969d Text Font Color

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

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


#da969d Background Color

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

This div background color is #da969d


#da969d Border Color

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

This div border color is #da969d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da969d


Comments

No comments written yet.

Please login to write comment.