Color Hex Logo

#db81ff Color Hex

#DB81FF
(219,129,255)
0 Favorites   0 Comments

Color spaces of #db81ff

RGB 219129255
HSL0.791.000.75
HSV283°49°100°
CMYK 0.140.490.00   0.00
XYZ55.113737.980699.0339
Yxy37.98060.28690.1977
Hunter Lab61.628451.7812-52.1363
CIE-Lab68.006354.8472-48.9396

#db81ff color RGB value is (219,129,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000001 11111111
Octal 333 201 377
Decimal 219 129 255
Hex DB 81 FF

RGB Percentages of Color #db81ff

%36.32
%21.39
%42.29

CMYK Percentages of Color #db81ff

%14
%49
%0
%0

Triadic Colors of #db81ff

#db81ff #ffdb81 #81ffdb

Analogous Colors of #db81ff

#db81ff #ff81e4 #9c81ff

Monochromatic Colors of #db81ff

#db81ff

Complementary Color

#db81ff #a5ff81

#db81ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db81ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#db81ff Color CSS Codes

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

#db81ff Text Font Color

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

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


#db81ff Background Color

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

This div background color is #db81ff


#db81ff Border Color

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

This div border color is #db81ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db81ff


Comments

No comments written yet.

Please login to write comment.