Color Hex Logo

#db236e Color Hex

#DB236E
(219,35,110)
0 Favorites   0 Comments

Color spaces of #db236e

RGB 21935110
HSL0.930.720.50
HSV336°84°86°
CMYK 0.000.840.50   0.14
XYZ32.628917.387916.3883
Yxy17.38790.49140.2618
Hunter Lab41.698866.70165.8872
CIE-Lab48.745171.02565.2427

#db236e color RGB value is (219,35,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100011 01101110
Octal 333 43 156
Decimal 219 35 110
Hex DB 23 6E

RGB Percentages of Color #db236e

%60.16
%9.62
%30.22

CMYK Percentages of Color #db236e

%0
%84
%50
%14

Triadic Colors of #db236e

#db236e #6edb23 #236edb

Analogous Colors of #db236e

#db236e #db3423 #db23ca

Monochromatic Colors of #db236e

#db236e

Complementary Color

#db236e #23db90

#db236e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db236e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db236e Color CSS Codes

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

#db236e Text Font Color

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

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


#db236e Background Color

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

This div background color is #db236e


#db236e Border Color

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

This div border color is #db236e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db236e


Comments

No comments written yet.

Please login to write comment.