Color Hex Logo

#db239e Color Hex

#DB239E
(219,35,158)
0 Favorites   0 Comments

Color spaces of #db239e

RGB 21935158
HSL0.890.720.50
HSV320°84°86°
CMYK 0.000.840.28   0.14
XYZ35.986018.730834.0665
Yxy18.73080.40530.2110
Hunter Lab43.279172.6820-16.3739
CIE-Lab50.370875.6357-21.3425

#db239e color RGB value is (219,35,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100011 10011110
Octal 333 43 236
Decimal 219 35 158
Hex DB 23 9E

RGB Percentages of Color #db239e

%53.16
%8.50
%38.35

CMYK Percentages of Color #db239e

%0
%84
%28
%14

Triadic Colors of #db239e

#db239e #9edb23 #239edb

Analogous Colors of #db239e

#db239e #db2342 #bc23db

Monochromatic Colors of #db239e

#db239e

Complementary Color

#db239e #23db60

#db239e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db239e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db239e Color CSS Codes

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

#db239e Text Font Color

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

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


#db239e Background Color

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

This div background color is #db239e


#db239e Border Color

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

This div border color is #db239e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db239e


Comments

No comments written yet.

Please login to write comment.