Color Hex Logo

#da949b Color Hex

#DA949B
(218,148,155)
0 Favorites   0 Comments

Color spaces of #da949b

RGB 218148155
HSL0.980.490.72
HSV354°32°85°
CMYK 0.000.320.29   0.15
XYZ45.419738.451836.0384
Yxy38.45180.37880.3207
Hunter Lab62.009522.22818.9488
CIE-Lab68.352327.31827.0895

#da949b color RGB value is (218,148,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010100 10011011
Octal 332 224 233
Decimal 218 148 155
Hex DA 94 9B

RGB Percentages of Color #da949b

%41.84
%28.41
%29.75

CMYK Percentages of Color #da949b

%0
%32
%29
%15

Triadic Colors of #da949b

#da949b #9bda94 #949bda

Analogous Colors of #da949b

#da949b #dab094 #da94be

Monochromatic Colors of #da949b

#da949b

Complementary Color

#da949b #94dad3

#da949b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da949b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da949b Color CSS Codes

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

#da949b Text Font Color

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

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


#da949b Background Color

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

This div background color is #da949b


#da949b Border Color

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

This div border color is #da949b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da949b


Comments

No comments written yet.

Please login to write comment.