Color Hex Logo

#db234e Color Hex

#DB234E
(219,35,78)
0 Favorites   0 Comments

Color spaces of #db234e

RGB 2193578
HSL0.960.720.50
HSV346°84°86°
CMYK 0.000.840.64   0.14
XYZ31.189616.81228.8089
Yxy16.81220.54900.2959
Hunter Lab41.002764.025315.9642
CIE-Lab48.022568.914823.8835

#db234e color RGB value is (219,35,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100011 01001110
Octal 333 43 116
Decimal 219 35 78
Hex DB 23 4E

RGB Percentages of Color #db234e

%65.96
%10.54
%23.49

CMYK Percentages of Color #db234e

%0
%84
%64
%14

Triadic Colors of #db234e

#db234e #4edb23 #234edb

Analogous Colors of #db234e

#db234e #db5423 #db23aa

Monochromatic Colors of #db234e

#db234e

Complementary Color

#db234e #23dbb0

#db234e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db234e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db234e Color CSS Codes

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

#db234e Text Font Color

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

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


#db234e Background Color

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

This div background color is #db234e


#db234e Border Color

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

This div border color is #db234e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db234e


Comments

No comments written yet.

Please login to write comment.