Color Hex Logo

#db4197 Color Hex

#DB4197
(219,65,151)
0 Favorites   0 Comments

Color spaces of #db4197

RGB 21965151
HSL0.910.680.56
HSV326°70°86°
CMYK 0.000.700.31   0.14
XYZ36.689621.075031.4123
Yxy21.07500.41140.2363
Hunter Lab45.907562.3203-8.4340
CIE-Lab53.031566.5093-13.1331

#db4197 color RGB value is (219,65,151).

#db4197 hex color red value is 219, green value is 65 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #db4197 hue: 0.91 , saturation: 0.68 and the lightness value of db4197 is 0.56.

The process color (four color CMYK) of #db4197 color hex is 0.00, 0.70, 0.31, 0.14. Web safe color of #db4197 is #cc3399. Color #db4197 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000001 10010111
Octal 333 101 227
Decimal 219 65 151
Hex DB 41 97

RGB Percentages of Color #db4197

%50.34
%14.94
%34.71

CMYK Percentages of Color #db4197

%0
%70
%31
%14

Triadic Colors of #db4197

#db4197 #97db41 #4197db

Analogous Colors of #db4197

#db4197 #db414a #d241db

Monochromatic Colors of #db4197

#db4197

Complementary Color

#db4197 #41db85

#db4197 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db4197 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db4197 Color CSS Codes

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

#db4197 Text Font Color

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

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


#db4197 Background Color

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

This div background color is #db4197


#db4197 Border Color

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

This div border color is #db4197


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db4197


Comments

No comments written yet.

Please login to write comment.