Color Hex Logo

#db308d Color Hex

#DB308D
(219,48,141)
0 Favorites   0 Comments

Color spaces of #db308d

RGB 21948141
HSL0.910.700.52
HSV327°78°86°
CMYK 0.000.780.36   0.14
XYZ35.078119.097127.0366
Yxy19.09710.43190.2352
Hunter Lab43.700266.8062-6.0916
CIE-Lab50.800670.7150-10.5339

#db308d color RGB value is (219,48,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110000 10001101
Octal 333 60 215
Decimal 219 48 141
Hex DB 30 8D

RGB Percentages of Color #db308d

%53.68
%11.76
%34.56

CMYK Percentages of Color #db308d

%0
%78
%36
%14

Triadic Colors of #db308d

#db308d #8ddb30 #308ddb

Analogous Colors of #db308d

#db308d #db3038 #d430db

Monochromatic Colors of #db308d

#db308d

Complementary Color

#db308d #30db7e

#db308d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db308d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db308d Color CSS Codes

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

#db308d Text Font Color

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

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


#db308d Background Color

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

This div background color is #db308d


#db308d Border Color

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

This div border color is #db308d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db308d


Comments

No comments written yet.

Please login to write comment.