Color Hex Logo

#db81da Color Hex

#DB81DA
(219,129,218)
0 Favorites   0 Comments

Color spaces of #db81da

RGB 219129218
HSL0.840.560.68
HSV301°41°86°
CMYK 0.000.410.00   0.14
XYZ49.718635.822570.6237
Yxy35.82250.31840.2294
Hunter Lab59.851943.5380-28.0643
CIE-Lab66.384147.7649-31.0836

#db81da color RGB value is (219,129,218).

#db81da hex color red value is 219, green value is 129 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #db81da hue: 0.84 , saturation: 0.56 and the lightness value of db81da is 0.68.

The process color (four color CMYK) of #db81da color hex is 0.00, 0.41, 0.00, 0.14. Web safe color of #db81da is #cc99cc. Color #db81da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000001 11011010
Octal 333 201 332
Decimal 219 129 218
Hex DB 81 DA

RGB Percentages of Color #db81da

%38.69
%22.79
%38.52

CMYK Percentages of Color #db81da

%0
%41
%0
%14

Triadic Colors of #db81da

#db81da #dadb81 #81dadb

Analogous Colors of #db81da

#db81da #db81ad #af81db

Monochromatic Colors of #db81da

#db81da

Complementary Color

#db81da #81db82

#db81da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db81da Color Preview on White Background

Lorem ipsum dolor sit amet.

#db81da Color CSS Codes

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

#db81da Text Font Color

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

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


#db81da Background Color

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

This div background color is #db81da


#db81da Border Color

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

This div border color is #db81da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db81da


Comments

No comments written yet.

Please login to write comment.