Color Hex Logo

#db53bf Color Hex

#DB53BF
(219,83,191)
0 Favorites   0 Comments

Color spaces of #db53bf

RGB 21983191
HSL0.870.650.59
HSV312°62°86°
CMYK 0.000.620.13   0.14
XYZ41.710625.008251.9189
Yxy25.00820.35160.2108
Hunter Lab50.008261.3681-26.5496
CIE-Lab57.083464.9466-30.2436

#db53bf color RGB value is (219,83,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010011 10111111
Octal 333 123 277
Decimal 219 83 191
Hex DB 53 BF

RGB Percentages of Color #db53bf

%44.42
%16.84
%38.74

CMYK Percentages of Color #db53bf

%0
%62
%13
%14

Triadic Colors of #db53bf

#db53bf #bfdb53 #53bfdb

Analogous Colors of #db53bf

#db53bf #db537b #b353db

Monochromatic Colors of #db53bf

#db53bf

Complementary Color

#db53bf #53db6f

#db53bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db53bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#db53bf Color CSS Codes

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

#db53bf Text Font Color

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

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


#db53bf Background Color

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

This div background color is #db53bf


#db53bf Border Color

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

This div border color is #db53bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db53bf


Comments

No comments written yet.

Please login to write comment.