Color Hex Logo

#db248c Color Hex

#DB248C
(219,36,140)
0 Favorites   0 Comments

Color spaces of #db248c

RGB 21936140
HSL0.910.720.50
HSV326°84°86°
CMYK 0.000.840.36   0.14
XYZ34.577918.215326.5044
Yxy18.21530.43610.2297
Hunter Lab42.679469.9278-6.9442
CIE-Lab49.756273.5038-11.5043

#db248c color RGB value is (219,36,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100100 10001100
Octal 333 44 214
Decimal 219 36 140
Hex DB 24 8C

RGB Percentages of Color #db248c

%55.44
%9.11
%35.44

CMYK Percentages of Color #db248c

%0
%84
%36
%14

Triadic Colors of #db248c

#db248c #8cdb24 #248cdb

Analogous Colors of #db248c

#db248c #db2431 #cf24db

Monochromatic Colors of #db248c

#db248c

Complementary Color

#db248c #24db73

#db248c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db248c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db248c Color CSS Codes

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

#db248c Text Font Color

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

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


#db248c Background Color

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

This div background color is #db248c


#db248c Border Color

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

This div border color is #db248c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db248c


Comments

No comments written yet.

Please login to write comment.