Color Hex Logo

#db57cf Color Hex

#DB57CF
(219,87,207)
0 Favorites   0 Comments

Color spaces of #db57cf

RGB 21987207
HSL0.850.650.60
HSV305°60°86°
CMYK 0.000.600.05   0.14
XYZ43.884126.381561.8107
Yxy26.38150.33230.1997
Hunter Lab51.362962.6240-35.3962
CIE-Lab58.397465.7712-37.3302

#db57cf color RGB value is (219,87,207).

#db57cf hex color red value is 219, green value is 87 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #db57cf hue: 0.85 , saturation: 0.65 and the lightness value of db57cf is 0.60.

The process color (four color CMYK) of #db57cf color hex is 0.00, 0.60, 0.05, 0.14. Web safe color of #db57cf is #cc66cc. Color #db57cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010111 11001111
Octal 333 127 317
Decimal 219 87 207
Hex DB 57 CF

RGB Percentages of Color #db57cf

%42.69
%16.96
%40.35

CMYK Percentages of Color #db57cf

%0
%60
%5
%14

Triadic Colors of #db57cf

#db57cf #cfdb57 #57cfdb

Analogous Colors of #db57cf

#db57cf #db578d #a557db

Monochromatic Colors of #db57cf

#db57cf

Complementary Color

#db57cf #57db63

#db57cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db57cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#db57cf Color CSS Codes

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

#db57cf Text Font Color

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

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


#db57cf Background Color

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

This div background color is #db57cf


#db57cf Border Color

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

This div border color is #db57cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db57cf


Comments

No comments written yet.

Please login to write comment.