Color Hex Logo

#db237c Color Hex

#DB237C
(219,35,124)
0 Favorites   0 Comments

Color spaces of #db237c

RGB 21935124
HSL0.920.720.50
HSV331°84°86°
CMYK 0.000.840.43   0.14
XYZ33.452517.717420.7254
Yxy17.71740.46530.2464
Hunter Lab42.092068.20120.2710
CIE-Lab49.151572.1950-2.7174

#db237c color RGB value is (219,35,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100011 01111100
Octal 333 43 174
Decimal 219 35 124
Hex DB 23 7C

RGB Percentages of Color #db237c

%57.94
%9.26
%32.80

CMYK Percentages of Color #db237c

%0
%84
%43
%14

Triadic Colors of #db237c

#db237c #7cdb23 #237cdb

Analogous Colors of #db237c

#db237c #db2623 #db23d8

Monochromatic Colors of #db237c

#db237c

Complementary Color

#db237c #23db82

#db237c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db237c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db237c Color CSS Codes

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

#db237c Text Font Color

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

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


#db237c Background Color

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

This div background color is #db237c


#db237c Border Color

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

This div border color is #db237c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db237c


Comments

No comments written yet.

Please login to write comment.