Color Hex Logo

#db308f Color Hex

#DB308F
(219,48,143)
0 Favorites   0 Comments

Color spaces of #db308f

RGB 21948143
HSL0.910.700.52
HSV327°78°86°
CMYK 0.000.780.35   0.14
XYZ35.228319.157127.8276
Yxy19.15710.42850.2330
Hunter Lab43.768867.0742-7.0576
CIE-Lab50.870570.9249-11.6275

#db308f color RGB value is (219,48,143).

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

The process color (four color CMYK) of #db308f color hex is 0.00, 0.78, 0.35, 0.14. Web safe color of #db308f is #cc3399. Color #db308f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110000 10001111
Octal 333 60 217
Decimal 219 48 143
Hex DB 30 8F

RGB Percentages of Color #db308f

%53.41
%11.71
%34.88

CMYK Percentages of Color #db308f

%0
%78
%35
%14

Triadic Colors of #db308f

#db308f #8fdb30 #308fdb

Analogous Colors of #db308f

#db308f #db3039 #d230db

Monochromatic Colors of #db308f

#db308f

Complementary Color

#db308f #30db7c

#db308f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db308f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db308f Color CSS Codes

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

#db308f Text Font Color

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

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


#db308f Background Color

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

This div background color is #db308f


#db308f Border Color

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

This div border color is #db308f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db308f


Comments

No comments written yet.

Please login to write comment.