Color Hex Logo

#db3add Color Hex

#DB3ADD
(219,58,221)
0 Favorites   0 Comments

Color spaces of #db3add

RGB 21958221
HSL0.830.710.55
HSV299°74°87°
CMYK 0.010.740.00   0.13
XYZ43.777623.306670.5979
Yxy23.30660.31800.1693
Hunter Lab48.276977.3796-52.9091
CIE-Lab55.386878.4353-50.0234

#db3add color RGB value is (219,58,221).

#db3add hex color red value is 219, green value is 58 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #db3add hue: 0.83 , saturation: 0.71 and the lightness value of db3add is 0.55.

The process color (four color CMYK) of #db3add color hex is 0.01, 0.74, 0.00, 0.13. Web safe color of #db3add is #cc33cc. Color #db3add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00111010 11011101
Octal 333 72 335
Decimal 219 58 221
Hex DB 3A DD

RGB Percentages of Color #db3add

%43.98
%11.65
%44.38

CMYK Percentages of Color #db3add

%1
%74
%0
%13

Triadic Colors of #db3add

#db3add #dddb3a #3adddb

Analogous Colors of #db3add

#db3add #dd3a8e #8a3add

Monochromatic Colors of #db3add

#db3add

Complementary Color

#db3add #3cdd3a

#db3add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db3add Color Preview on White Background

Lorem ipsum dolor sit amet.

#db3add Color CSS Codes

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

#db3add Text Font Color

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

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


#db3add Background Color

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

This div background color is #db3add


#db3add Border Color

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

This div border color is #db3add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db3add


Comments

No comments written yet.

Please login to write comment.