Color Hex Logo

#db81fb Color Hex

#DB81FB
(219,129,251)
0 Favorites   0 Comments

Color spaces of #db81fb

RGB 219129251
HSL0.790.940.75
HSV284°49°98°
CMYK 0.130.490.00   0.02
XYZ54.476337.725695.6773
Yxy37.72560.29000.2008
Hunter Lab61.421250.8300-49.3627
CIE-Lab67.817954.0458-47.0500

#db81fb color RGB value is (219,129,251).

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

The process color (four color CMYK) of #db81fb color hex is 0.13, 0.49, 0.00, 0.02. Web safe color of #db81fb is #cc99ff. Color #db81fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000001 11111011
Octal 333 201 373
Decimal 219 129 251
Hex DB 81 FB

RGB Percentages of Color #db81fb

%36.56
%21.54
%41.90

CMYK Percentages of Color #db81fb

%13
%49
%0
%2

Triadic Colors of #db81fb

#db81fb #fbdb81 #81fbdb

Analogous Colors of #db81fb

#db81fb #fb81de #9e81fb

Monochromatic Colors of #db81fb

#db81fb

Complementary Color

#db81fb #a1fb81

#db81fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db81fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#db81fb Color CSS Codes

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

#db81fb Text Font Color

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

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


#db81fb Background Color

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

This div background color is #db81fb


#db81fb Border Color

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

This div border color is #db81fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db81fb


Comments

No comments written yet.

Please login to write comment.