Color Hex Logo

#db57ff Color Hex

#DB57FF
(219,87,255)
0 Favorites   0 Comments

Color spaces of #db57ff

RGB 21987255
HSL0.801.000.67
HSV287°66°100°
CMYK 0.140.660.00   0.00
XYZ50.671629.096597.5532
Yxy29.09650.28580.1641
Hunter Lab53.941273.2834-69.4678
CIE-Lab60.866774.1045-60.2787

#db57ff color RGB value is (219,87,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010111 11111111
Octal 333 127 377
Decimal 219 87 255
Hex DB 57 FF

RGB Percentages of Color #db57ff

%39.04
%15.51
%45.45

CMYK Percentages of Color #db57ff

%14
%66
%0
%0

Triadic Colors of #db57ff

#db57ff #ffdb57 #57ffdb

Analogous Colors of #db57ff

#db57ff #ff57cf #8757ff

Monochromatic Colors of #db57ff

#db57ff

Complementary Color

#db57ff #7bff57

#db57ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db57ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#db57ff Color CSS Codes

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

#db57ff Text Font Color

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

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


#db57ff Background Color

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

This div background color is #db57ff


#db57ff Border Color

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

This div border color is #db57ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db57ff


Comments

No comments written yet.

Please login to write comment.