Color Hex Logo

#db55ff Color Hex

#DB55FF
(219,85,255)
0 Favorites   0 Comments

Color spaces of #db55ff

RGB 21985255
HSL0.801.000.67
HSV287°67°100°
CMYK 0.140.670.00   0.00
XYZ50.511928.777197.5000
Yxy28.77710.28570.1628
Hunter Lab53.644374.1995-70.2102
CIE-Lab60.584474.8949-60.7303

#db55ff color RGB value is (219,85,255).

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

The process color (four color CMYK) of #db55ff color hex is 0.14, 0.67, 0.00, 0.00. Web safe color of #db55ff is #cc66ff. Color #db55ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010101 11111111
Octal 333 125 377
Decimal 219 85 255
Hex DB 55 FF

RGB Percentages of Color #db55ff

%39.18
%15.21
%45.62

CMYK Percentages of Color #db55ff

%14
%67
%0
%0

Triadic Colors of #db55ff

#db55ff #ffdb55 #55ffdb

Analogous Colors of #db55ff

#db55ff #ff55ce #8655ff

Monochromatic Colors of #db55ff

#db55ff

Complementary Color

#db55ff #79ff55

#db55ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db55ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#db55ff Color CSS Codes

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

#db55ff Text Font Color

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

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


#db55ff Background Color

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

This div background color is #db55ff


#db55ff Border Color

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

This div border color is #db55ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db55ff

Related Colors


Comments

No comments written yet.

Please login to write comment.