Color Hex Logo

#da8994 Color Hex

#DA8994
(218,137,148)
0 Favorites   0 Comments

Color spaces of #da8994

RGB 218137148
HSL0.980.520.70
HSV352°37°85°
CMYK 0.000.370.32   0.15
XYZ43.204434.934932.4830
Yxy34.93490.39060.3158
Hunter Lab59.105827.04278.7898
CIE-Lab65.697932.29787.2209

#da8994 color RGB value is (218,137,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10001001 10010100
Octal 332 211 224
Decimal 218 137 148
Hex DA 89 94

RGB Percentages of Color #da8994

%43.34
%27.24
%29.42

CMYK Percentages of Color #da8994

%0
%37
%32
%15

Triadic Colors of #da8994

#da8994 #94da89 #8994da

Analogous Colors of #da8994

#da8994 #daa789 #da89bd

Monochromatic Colors of #da8994

#da8994

Complementary Color

#da8994 #89dacf

#da8994 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da8994 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da8994 Color CSS Codes

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

#da8994 Text Font Color

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

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


#da8994 Background Color

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

This div background color is #da8994


#da8994 Border Color

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

This div border color is #da8994


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da8994


Comments

No comments written yet.

Please login to write comment.