Color Hex Logo

#db235e Color Hex

#DB235E
(219,35,94)
0 Favorites   0 Comments

Color spaces of #db235e

RGB 2193594
HSL0.950.720.50
HSV341°84°86°
CMYK 0.000.840.57   0.14
XYZ31.834817.070312.2067
Yxy17.07030.52090.2793
Hunter Lab41.316265.233711.4044
CIE-Lab48.348569.871714.5089

#db235e color RGB value is (219,35,94).

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

The process color (four color CMYK) of #db235e color hex is 0.00, 0.84, 0.57, 0.14. Web safe color of #db235e is #cc3366. Color #db235e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100011 01011110
Octal 333 43 136
Decimal 219 35 94
Hex DB 23 5E

RGB Percentages of Color #db235e

%62.93
%10.06
%27.01

CMYK Percentages of Color #db235e

%0
%84
%57
%14

Triadic Colors of #db235e

#db235e #5edb23 #235edb

Analogous Colors of #db235e

#db235e #db4423 #db23ba

Monochromatic Colors of #db235e

#db235e

Complementary Color

#db235e #23dba0

#db235e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db235e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db235e Color CSS Codes

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

#db235e Text Font Color

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

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


#db235e Background Color

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

This div background color is #db235e


#db235e Border Color

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

This div border color is #db235e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db235e


Comments

No comments written yet.

Please login to write comment.