Color Hex Logo

#db239c Color Hex

#DB239C
(219,35,156)
0 Favorites   0 Comments

Color spaces of #db239c

RGB 21935156
HSL0.890.720.50
HSV321°84°86°
CMYK 0.000.840.29   0.14
XYZ35.815218.662433.1670
Yxy18.66240.40860.2129
Hunter Lab43.200072.3864-15.2802
CIE-Lab50.289975.4112-20.2762

#db239c color RGB value is (219,35,156).

#db239c hex color red value is 219, green value is 35 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #db239c hue: 0.89 , saturation: 0.72 and the lightness value of db239c is 0.50.

The process color (four color CMYK) of #db239c color hex is 0.00, 0.84, 0.29, 0.14. Web safe color of #db239c is #cc3399. Color #db239c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100011 10011100
Octal 333 43 234
Decimal 219 35 156
Hex DB 23 9C

RGB Percentages of Color #db239c

%53.41
%8.54
%38.05

CMYK Percentages of Color #db239c

%0
%84
%29
%14

Triadic Colors of #db239c

#db239c #9cdb23 #239cdb

Analogous Colors of #db239c

#db239c #db2340 #be23db

Monochromatic Colors of #db239c

#db239c

Complementary Color

#db239c #23db62

#db239c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db239c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db239c Color CSS Codes

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

#db239c Text Font Color

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

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


#db239c Background Color

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

This div background color is #db239c


#db239c Border Color

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

This div border color is #db239c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db239c


Comments

No comments written yet.

Please login to write comment.