Color Hex Logo

#db2fdd Color Hex

#DB2FDD
(219,47,221)
0 Favorites   0 Comments

Color spaces of #db2fdd

RGB 21947221
HSL0.830.720.53
HSV299°79°87°
CMYK 0.010.790.00   0.13
XYZ43.281122.313670.4324
Yxy22.31360.31820.1640
Hunter Lab47.237380.8852-55.3373
CIE-Lab54.358281.4035-51.6615

#db2fdd color RGB value is (219,47,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00101111 11011101
Octal 333 57 335
Decimal 219 47 221
Hex DB 2F DD

RGB Percentages of Color #db2fdd

%44.97
%9.65
%45.38

CMYK Percentages of Color #db2fdd

%1
%79
%0
%13

Triadic Colors of #db2fdd

#db2fdd #dddb2f #2fdddb

Analogous Colors of #db2fdd

#db2fdd #dd2f88 #842fdd

Monochromatic Colors of #db2fdd

#db2fdd

Complementary Color

#db2fdd #31dd2f

#db2fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db2fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#db2fdd Color CSS Codes

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

#db2fdd Text Font Color

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

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


#db2fdd Background Color

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

This div background color is #db2fdd


#db2fdd Border Color

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

This div border color is #db2fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db2fdd


Comments

No comments written yet.

Please login to write comment.