Color Hex Logo

#db39cb Color Hex

#DB39CB
(219,57,203)
0 Favorites   0 Comments

Color spaces of #db39cb

RGB 21957203
HSL0.850.690.54
HSV306°74°86°
CMYK 0.000.740.07   0.14
XYZ41.456022.298158.6189
Yxy22.29810.33880.1822
Hunter Lab47.220974.0717-40.5466
CIE-Lab54.341975.9889-41.4215

#db39cb color RGB value is (219,57,203).

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

The process color (four color CMYK) of #db39cb color hex is 0.00, 0.74, 0.07, 0.14. Web safe color of #db39cb is #cc33cc. Color #db39cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00111001 11001011
Octal 333 71 313
Decimal 219 57 203
Hex DB 39 CB

RGB Percentages of Color #db39cb

%45.72
%11.90
%42.38

CMYK Percentages of Color #db39cb

%0
%74
%7
%14

Triadic Colors of #db39cb

#db39cb #cbdb39 #39cbdb

Analogous Colors of #db39cb

#db39cb #db397a #9a39db

Monochromatic Colors of #db39cb

#db39cb

Complementary Color

#db39cb #39db49

#db39cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db39cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#db39cb Color CSS Codes

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

#db39cb Text Font Color

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

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


#db39cb Background Color

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

This div background color is #db39cb


#db39cb Border Color

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

This div border color is #db39cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db39cb


Comments

No comments written yet.

Please login to write comment.