Color Hex Logo

#db59cc Color Hex

#DB59CC
(219,89,204)
0 Favorites   0 Comments

Color spaces of #db59cc

RGB 21989204
HSL0.850.640.60
HSV307°59°86°
CMYK 0.000.590.07   0.14
XYZ43.684926.564559.9517
Yxy26.56450.33550.2040
Hunter Lab51.540861.0966-32.8870
CIE-Lab58.569064.4458-35.3572

#db59cc color RGB value is (219,89,204).

#db59cc hex color red value is 219, green value is 89 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #db59cc hue: 0.85 , saturation: 0.64 and the lightness value of db59cc is 0.60.

The process color (four color CMYK) of #db59cc color hex is 0.00, 0.59, 0.07, 0.14. Web safe color of #db59cc is #cc66cc. Color #db59cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01011001 11001100
Octal 333 131 314
Decimal 219 89 204
Hex DB 59 CC

RGB Percentages of Color #db59cc

%42.77
%17.38
%39.84

CMYK Percentages of Color #db59cc

%0
%59
%7
%14

Triadic Colors of #db59cc

#db59cc #ccdb59 #59ccdb

Analogous Colors of #db59cc

#db59cc #db598b #a959db

Monochromatic Colors of #db59cc

#db59cc

Complementary Color

#db59cc #59db68

#db59cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db59cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#db59cc Color CSS Codes

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

#db59cc Text Font Color

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

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


#db59cc Background Color

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

This div background color is #db59cc


#db59cc Border Color

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

This div border color is #db59cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db59cc


Comments

No comments written yet.

Please login to write comment.