Color Hex Logo

#db51cb Color Hex

#DB51CB
(219,81,203)
0 Favorites   0 Comments

Color spaces of #db51cb

RGB 21981203
HSL0.850.660.59
HSV307°63°86°
CMYK 0.000.630.07   0.14
XYZ42.935325.256759.1120
Yxy25.25670.33730.1984
Hunter Lab50.256064.5500-34.5587
CIE-Lab57.324767.5896-36.7337

#db51cb color RGB value is (219,81,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010001 11001011
Octal 333 121 313
Decimal 219 81 203
Hex DB 51 CB

RGB Percentages of Color #db51cb

%43.54
%16.10
%40.36

CMYK Percentages of Color #db51cb

%0
%63
%7
%14

Triadic Colors of #db51cb

#db51cb #cbdb51 #51cbdb

Analogous Colors of #db51cb

#db51cb #db5186 #a651db

Monochromatic Colors of #db51cb

#db51cb

Complementary Color

#db51cb #51db61

#db51cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db51cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#db51cb Color CSS Codes

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

#db51cb Text Font Color

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

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


#db51cb Background Color

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

This div background color is #db51cb


#db51cb Border Color

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

This div border color is #db51cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db51cb


Comments

No comments written yet.

Please login to write comment.