Color Hex Logo

#db6797 Color Hex

#DB6797
(219,103,151)
0 Favorites   0 Comments

Color spaces of #db6797

RGB 219103151
HSL0.930.620.63
HSV335°53°86°
CMYK 0.000.530.31   0.14
XYZ39.649626.994932.3989
Yxy26.99490.40030.2726
Hunter Lab51.956645.2944-0.6022
CIE-Lab58.969650.4522-4.2642

#db6797 color RGB value is (219,103,151).

#db6797 hex color red value is 219, green value is 103 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #db6797 hue: 0.93 , saturation: 0.62 and the lightness value of db6797 is 0.63.

The process color (four color CMYK) of #db6797 color hex is 0.00, 0.53, 0.31, 0.14. Web safe color of #db6797 is #cc6699. Color #db6797 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100111 10010111
Octal 333 147 227
Decimal 219 103 151
Hex DB 67 97

RGB Percentages of Color #db6797

%46.30
%21.78
%31.92

CMYK Percentages of Color #db6797

%0
%53
%31
%14

Triadic Colors of #db6797

#db6797 #97db67 #6797db

Analogous Colors of #db6797

#db6797 #db7167 #db67d1

Monochromatic Colors of #db6797

#db6797

Complementary Color

#db6797 #67dbab

#db6797 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db6797 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db6797 Color CSS Codes

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

#db6797 Text Font Color

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

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


#db6797 Background Color

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

This div background color is #db6797


#db6797 Border Color

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

This div border color is #db6797


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db6797


Comments

No comments written yet.

Please login to write comment.