Color Hex Logo

#db7693 Color Hex

#DB7693
(219,118,147)
0 Favorites   0 Comments

Color spaces of #db7693

RGB 219118147
HSL0.950.580.66
HSV343°46°86°
CMYK 0.000.460.33   0.14
XYZ40.958330.123531.2594
Yxy30.12350.40020.2943
Hunter Lab54.884937.15864.6511
CIE-Lab61.760642.48792.1320

#db7693 color RGB value is (219,118,147).

#db7693 hex color red value is 219, green value is 118 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #db7693 hue: 0.95 , saturation: 0.58 and the lightness value of db7693 is 0.66.

The process color (four color CMYK) of #db7693 color hex is 0.00, 0.46, 0.33, 0.14. Web safe color of #db7693 is #cc6699. Color #db7693 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110110 10010011
Octal 333 166 223
Decimal 219 118 147
Hex DB 76 93

RGB Percentages of Color #db7693

%45.25
%24.38
%30.37

CMYK Percentages of Color #db7693

%0
%46
%33
%14

Triadic Colors of #db7693

#db7693 #93db76 #7693db

Analogous Colors of #db7693

#db7693 #db8c76 #db76c6

Monochromatic Colors of #db7693

#db7693

Complementary Color

#db7693 #76dbbe

#db7693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db7693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db7693 Color CSS Codes

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

#db7693 Text Font Color

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

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


#db7693 Background Color

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

This div background color is #db7693


#db7693 Border Color

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

This div border color is #db7693


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db7693


Comments

No comments written yet.

Please login to write comment.