Color Hex Logo

#db3adf Color Hex

#DB3ADF
(219,58,223)
0 Favorites   0 Comments

Color spaces of #db3adf

RGB 21958223
HSL0.830.720.55
HSV299°74°87°
CMYK 0.020.740.00   0.13
XYZ44.045823.413972.0099
Yxy23.41390.31580.1679
Hunter Lab48.387977.8034-54.3626
CIE-Lab55.496178.7507-50.9813

#db3adf color RGB value is (219,58,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00111010 11011111
Octal 333 72 337
Decimal 219 58 223
Hex DB 3A DF

RGB Percentages of Color #db3adf

%43.80
%11.60
%44.60

CMYK Percentages of Color #db3adf

%2
%74
%0
%13

Triadic Colors of #db3adf

#db3adf #dfdb3a #3adfdb

Analogous Colors of #db3adf

#db3adf #df3a91 #893adf

Monochromatic Colors of #db3adf

#db3adf

Complementary Color

#db3adf #3edf3a

#db3adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db3adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#db3adf Color CSS Codes

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

#db3adf Text Font Color

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

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


#db3adf Background Color

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

This div background color is #db3adf


#db3adf Border Color

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

This div border color is #db3adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db3adf


Comments

No comments written yet.

Please login to write comment.