Color Hex Logo

#db59cb Color Hex

#DB59CB
(219,89,203)
0 Favorites   0 Comments

Color spaces of #db59cb

RGB 21989203
HSL0.850.640.60
HSV307°59°86°
CMYK 0.000.590.07   0.14
XYZ43.565326.516659.3220
Yxy26.51660.33670.2049
Hunter Lab51.494360.9000-32.2568
CIE-Lab58.524264.2866-34.8585

#db59cb color RGB value is (219,89,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01011001 11001011
Octal 333 131 313
Decimal 219 89 203
Hex DB 59 CB

RGB Percentages of Color #db59cb

%42.86
%17.42
%39.73

CMYK Percentages of Color #db59cb

%0
%59
%7
%14

Triadic Colors of #db59cb

#db59cb #cbdb59 #59cbdb

Analogous Colors of #db59cb

#db59cb #db598a #aa59db

Monochromatic Colors of #db59cb

#db59cb

Complementary Color

#db59cb #59db69

#db59cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db59cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#db59cb Color CSS Codes

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

#db59cb Text Font Color

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

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


#db59cb Background Color

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

This div background color is #db59cb


#db59cb Border Color

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

This div border color is #db59cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db59cb


Comments

No comments written yet.

Please login to write comment.