Color Hex Logo

#db55fd Color Hex

#DB55FD
(219,85,253)
0 Favorites   0 Comments

Color spaces of #db55fd

RGB 21985253
HSL0.800.980.66
HSV288°66°99°
CMYK 0.130.660.00   0.01
XYZ50.191528.648995.8129
Yxy28.64890.28740.1640
Hunter Lab53.524773.7160-68.6660
CIE-Lab60.470574.5277-59.8083

#db55fd color RGB value is (219,85,253).

#db55fd hex color red value is 219, green value is 85 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #db55fd hue: 0.80 , saturation: 0.98 and the lightness value of db55fd is 0.66.

The process color (four color CMYK) of #db55fd color hex is 0.13, 0.66, 0.00, 0.01. Web safe color of #db55fd is #cc66ff. Color #db55fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010101 11111101
Octal 333 125 375
Decimal 219 85 253
Hex DB 55 FD

RGB Percentages of Color #db55fd

%39.32
%15.26
%45.42

CMYK Percentages of Color #db55fd

%13
%66
%0
%1

Triadic Colors of #db55fd

#db55fd #fddb55 #55fddb

Analogous Colors of #db55fd

#db55fd #fd55cb #8755fd

Monochromatic Colors of #db55fd

#db55fd

Complementary Color

#db55fd #77fd55

#db55fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db55fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#db55fd Color CSS Codes

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

#db55fd Text Font Color

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

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


#db55fd Background Color

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

This div background color is #db55fd


#db55fd Border Color

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

This div border color is #db55fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db55fd

Related Colors


Comments

No comments written yet.

Please login to write comment.