Color Hex Logo

#db35bf Color Hex

#DB35BF
(219,53,191)
0 Favorites   0 Comments

Color spaces of #db35bf

RGB 21953191
HSL0.860.700.53
HSV310°76°86°
CMYK 0.000.760.13   0.14
XYZ39.890521.367951.3122
Yxy21.36790.35440.1898
Hunter Lab46.225473.1431-33.4566
CIE-Lab53.349875.4306-36.0698

#db35bf color RGB value is (219,53,191).

#db35bf hex color red value is 219, green value is 53 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #db35bf hue: 0.86 , saturation: 0.70 and the lightness value of db35bf is 0.53.

The process color (four color CMYK) of #db35bf color hex is 0.00, 0.76, 0.13, 0.14. Web safe color of #db35bf is #cc33cc. Color #db35bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110101 10111111
Octal 333 65 277
Decimal 219 53 191
Hex DB 35 BF

RGB Percentages of Color #db35bf

%47.30
%11.45
%41.25

CMYK Percentages of Color #db35bf

%0
%76
%13
%14

Triadic Colors of #db35bf

#db35bf #bfdb35 #35bfdb

Analogous Colors of #db35bf

#db35bf #db356c #a435db

Monochromatic Colors of #db35bf

#db35bf

Complementary Color

#db35bf #35db51

#db35bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db35bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#db35bf Color CSS Codes

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

#db35bf Text Font Color

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

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


#db35bf Background Color

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

This div background color is #db35bf


#db35bf Border Color

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

This div border color is #db35bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db35bf


Comments

No comments written yet.

Please login to write comment.