Color Hex Logo

#db0597 Color Hex

#DB0597
(219,5,151)
0 Favorites   0 Comments

Color spaces of #db0597

RGB 2195151
HSL0.890.960.44
HSV319°98°86°
CMYK 0.000.980.31   0.14
XYZ34.853617.403030.8003
Yxy17.40300.41960.2095
Hunter Lab41.716976.1284-14.5730
CIE-Lab48.763978.7274-19.6272

#db0597 color RGB value is (219,5,151).

#db0597 hex color red value is 219, green value is 5 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #db0597 hue: 0.89 , saturation: 0.96 and the lightness value of db0597 is 0.44.

The process color (four color CMYK) of #db0597 color hex is 0.00, 0.98, 0.31, 0.14. Web safe color of #db0597 is #cc0099. Color #db0597 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000101 10010111
Octal 333 5 227
Decimal 219 5 151
Hex DB 5 97

RGB Percentages of Color #db0597

%58.40
%1.33
%40.27

CMYK Percentages of Color #db0597

%0
%98
%31
%14

Triadic Colors of #db0597

#db0597 #97db05 #0597db

Analogous Colors of #db0597

#db0597 #db052c #b405db

Monochromatic Colors of #db0597

#db0597

Complementary Color

#db0597 #05db49

#db0597 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db0597 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db0597 Color CSS Codes

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

#db0597 Text Font Color

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

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


#db0597 Background Color

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

This div background color is #db0597


#db0597 Border Color

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

This div border color is #db0597


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,5,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 #db0597">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db0597


Comments

No comments written yet.

Please login to write comment.