Color Hex Logo

#db94a1 Color Hex

#DB94A1
(219,148,161)
0 Favorites   0 Comments

Color spaces of #db94a1

RGB 219148161
HSL0.970.500.72
HSV349°32°86°
CMYK 0.000.320.26   0.14
XYZ46.236338.813138.7730
Yxy38.81310.37340.3135
Hunter Lab62.300223.44926.7105
CIE-Lab68.615728.51184.1293

#db94a1 color RGB value is (219,148,161).

#db94a1 hex color red value is 219, green value is 148 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #db94a1 hue: 0.97 , saturation: 0.50 and the lightness value of db94a1 is 0.72.

The process color (four color CMYK) of #db94a1 color hex is 0.00, 0.32, 0.26, 0.14. Web safe color of #db94a1 is #cc9999. Color #db94a1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010100 10100001
Octal 333 224 241
Decimal 219 148 161
Hex DB 94 A1

RGB Percentages of Color #db94a1

%41.48
%28.03
%30.49

CMYK Percentages of Color #db94a1

%0
%32
%26
%14

Triadic Colors of #db94a1

#db94a1 #a1db94 #94a1db

Analogous Colors of #db94a1

#db94a1 #dbab94 #db94c5

Monochromatic Colors of #db94a1

#db94a1

Complementary Color

#db94a1 #94dbce

#db94a1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db94a1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db94a1 Color CSS Codes

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

#db94a1 Text Font Color

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

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


#db94a1 Background Color

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

This div background color is #db94a1


#db94a1 Border Color

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

This div border color is #db94a1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db94a1


Comments

No comments written yet.

Please login to write comment.