Color Hex Logo

#db55cb Color Hex

#DB55CB
(219,85,203)
0 Favorites   0 Comments

Color spaces of #db55cb

RGB 21985203
HSL0.850.650.60
HSV307°61°86°
CMYK 0.000.610.07   0.14
XYZ43.241425.868959.2140
Yxy25.86890.33700.2016
Hunter Lab50.861562.7495-33.4236
CIE-Lab57.912465.9659-35.8142

#db55cb color RGB value is (219,85,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010101 11001011
Octal 333 125 313
Decimal 219 85 203
Hex DB 55 CB

RGB Percentages of Color #db55cb

%43.20
%16.77
%40.04

CMYK Percentages of Color #db55cb

%0
%61
%7
%14

Triadic Colors of #db55cb

#db55cb #cbdb55 #55cbdb

Analogous Colors of #db55cb

#db55cb #db5588 #a855db

Monochromatic Colors of #db55cb

#db55cb

Complementary Color

#db55cb #55db65

#db55cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db55cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#db55cb Color CSS Codes

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

#db55cb Text Font Color

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

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


#db55cb Background Color

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

This div background color is #db55cb


#db55cb Border Color

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

This div border color is #db55cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db55cb


Comments

No comments written yet.

Please login to write comment.