Color Hex Logo

#db51fb Color Hex

#DB51FB
(219,81,251)
0 Favorites   0 Comments

Color spaces of #db51fb

RGB 21981251
HSL0.800.960.65
HSV289°68°98°
CMYK 0.130.680.00   0.02
XYZ49.568427.910094.0414
Yxy27.91000.28900.1627
Hunter Lab52.829975.0277-68.5599
CIE-Lab59.807375.7068-59.7632

#db51fb color RGB value is (219,81,251).

#db51fb hex color red value is 219, green value is 81 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #db51fb hue: 0.80 , saturation: 0.96 and the lightness value of db51fb is 0.65.

The process color (four color CMYK) of #db51fb color hex is 0.13, 0.68, 0.00, 0.02. Web safe color of #db51fb is #cc66ff. Color #db51fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010001 11111011
Octal 333 121 373
Decimal 219 81 251
Hex DB 51 FB

RGB Percentages of Color #db51fb

%39.75
%14.70
%45.55

CMYK Percentages of Color #db51fb

%13
%68
%0
%2

Triadic Colors of #db51fb

#db51fb #fbdb51 #51fbdb

Analogous Colors of #db51fb

#db51fb #fb51c6 #8651fb

Monochromatic Colors of #db51fb

#db51fb

Complementary Color

#db51fb #71fb51

#db51fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db51fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#db51fb Color CSS Codes

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

#db51fb Text Font Color

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

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


#db51fb Background Color

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

This div background color is #db51fb


#db51fb Border Color

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

This div border color is #db51fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db51fb


Comments

No comments written yet.

Please login to write comment.