Color Hex Logo

#da959e Color Hex

#DA959E
(218,149,158)
0 Favorites   0 Comments

Color spaces of #da959e

RGB 218149158
HSL0.980.480.72
HSV352°32°85°
CMYK 0.000.320.28   0.15
XYZ45.832438.868937.4346
Yxy38.86890.37530.3182
Hunter Lab62.344922.11938.0412
CIE-Lab68.656227.18875.8494

#da959e color RGB value is (218,149,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010101 10011110
Octal 332 225 236
Decimal 218 149 158
Hex DA 95 9E

RGB Percentages of Color #da959e

%41.52
%28.38
%30.10

CMYK Percentages of Color #da959e

%0
%32
%28
%15

Triadic Colors of #da959e

#da959e #9eda95 #959eda

Analogous Colors of #da959e

#da959e #daaf95 #da95c1

Monochromatic Colors of #da959e

#da959e

Complementary Color

#da959e #95dad1

#da959e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da959e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da959e Color CSS Codes

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

#da959e Text Font Color

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

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


#da959e Background Color

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

This div background color is #da959e


#da959e Border Color

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

This div border color is #da959e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da959e


Comments

No comments written yet.

Please login to write comment.