Color Hex Logo

#db57ba Color Hex

#DB57BA
(219,87,186)
0 Favorites   0 Comments

Color spaces of #db57ba

RGB 21987186
HSL0.880.650.60
HSV315°60°86°
CMYK 0.000.600.15   0.14
XYZ41.484525.421649.1748
Yxy25.42160.35740.2190
Hunter Lab50.419858.6317-22.5320
CIE-Lab57.483962.5325-26.7503

#db57ba color RGB value is (219,87,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010111 10111010
Octal 333 127 272
Decimal 219 87 186
Hex DB 57 BA

RGB Percentages of Color #db57ba

%44.51
%17.68
%37.80

CMYK Percentages of Color #db57ba

%0
%60
%15
%14

Triadic Colors of #db57ba

#db57ba #badb57 #57badb

Analogous Colors of #db57ba

#db57ba #db5778 #ba57db

Monochromatic Colors of #db57ba

#db57ba

Complementary Color

#db57ba #57db78

#db57ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db57ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#db57ba Color CSS Codes

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

#db57ba Text Font Color

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

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


#db57ba Background Color

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

This div background color is #db57ba


#db57ba Border Color

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

This div border color is #db57ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db57ba


Comments

No comments written yet.

Please login to write comment.