Color Hex Logo

#db72fb Color Hex

#DB72FB
(219,114,251)
0 Favorites   0 Comments

Color spaces of #db72fb

RGB 219114251
HSL0.790.940.72
HSV286°55°98°
CMYK 0.130.550.00   0.02
XYZ52.643334.059795.0664
Yxy34.05970.28960.1874
Hunter Lab58.360758.8818-55.7277
CIE-Lab65.009961.4375-51.4827

#db72fb color RGB value is (219,114,251).

#db72fb hex color red value is 219, green value is 114 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #db72fb hue: 0.79 , saturation: 0.94 and the lightness value of db72fb is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110010 11111011
Octal 333 162 373
Decimal 219 114 251
Hex DB 72 FB

RGB Percentages of Color #db72fb

%37.50
%19.52
%42.98

CMYK Percentages of Color #db72fb

%13
%55
%0
%2

Triadic Colors of #db72fb

#db72fb #fbdb72 #72fbdb

Analogous Colors of #db72fb

#db72fb #fb72d7 #9772fb

Monochromatic Colors of #db72fb

#db72fb

Complementary Color

#db72fb #92fb72

#db72fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db72fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#db72fb Color CSS Codes

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

#db72fb Text Font Color

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

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


#db72fb Background Color

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

This div background color is #db72fb


#db72fb Border Color

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

This div border color is #db72fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db72fb

Related Colors


Comments

No comments written yet.

Please login to write comment.