Color Hex Logo

#db30bf Color Hex

#DB30BF
(219,48,191)
0 Favorites   0 Comments

Color spaces of #db30bf

RGB 21948191
HSL0.860.700.52
HSV310°78°86°
CMYK 0.000.780.13   0.14
XYZ39.674320.935651.2401
Yxy20.93560.35470.1872
Hunter Lab45.755474.7044-34.3682
CIE-Lab52.878976.7827-36.8087

#db30bf color RGB value is (219,48,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110000 10111111
Octal 333 60 277
Decimal 219 48 191
Hex DB 30 BF

RGB Percentages of Color #db30bf

%47.82
%10.48
%41.70

CMYK Percentages of Color #db30bf

%0
%78
%13
%14

Triadic Colors of #db30bf

#db30bf #bfdb30 #30bfdb

Analogous Colors of #db30bf

#db30bf #db306a #a230db

Monochromatic Colors of #db30bf

#db30bf

Complementary Color

#db30bf #30db4c

#db30bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db30bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#db30bf Color CSS Codes

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

#db30bf Text Font Color

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

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


#db30bf Background Color

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

This div background color is #db30bf


#db30bf Border Color

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

This div border color is #db30bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db30bf


Comments

No comments written yet.

Please login to write comment.