Color Hex Logo

#db53ba Color Hex

#DB53BA
(219,83,186)
0 Favorites   0 Comments

Color spaces of #db53ba

RGB 21983186
HSL0.870.650.59
HSV315°62°86°
CMYK 0.000.620.15   0.14
XYZ41.169624.791849.0698
Yxy24.79180.35790.2155
Hunter Lab49.791460.4564-23.5768
CIE-Lab56.872064.2080-27.6960

#db53ba color RGB value is (219,83,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010011 10111010
Octal 333 123 272
Decimal 219 83 186
Hex DB 53 BA

RGB Percentages of Color #db53ba

%44.88
%17.01
%38.11

CMYK Percentages of Color #db53ba

%0
%62
%15
%14

Triadic Colors of #db53ba

#db53ba #badb53 #53badb

Analogous Colors of #db53ba

#db53ba #db5376 #b853db

Monochromatic Colors of #db53ba

#db53ba

Complementary Color

#db53ba #53db74

#db53ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db53ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#db53ba Color CSS Codes

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

#db53ba Text Font Color

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

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


#db53ba Background Color

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

This div background color is #db53ba


#db53ba Border Color

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

This div border color is #db53ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db53ba


Comments

No comments written yet.

Please login to write comment.