Color Hex Logo

#db298f Color Hex

#DB298F
(219,41,143)
0 Favorites   0 Comments

Color spaces of #db298f

RGB 21941143
HSL0.900.710.51
HSV326°81°86°
CMYK 0.000.810.35   0.14
XYZ34.964318.629127.7396
Yxy18.62910.42990.2290
Hunter Lab43.161469.0671-7.8923
CIE-Lab50.250472.6983-12.5627

#db298f color RGB value is (219,41,143).

#db298f hex color red value is 219, green value is 41 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #db298f hue: 0.90 , saturation: 0.71 and the lightness value of db298f is 0.51.

The process color (four color CMYK) of #db298f color hex is 0.00, 0.81, 0.35, 0.14. Web safe color of #db298f is #cc3399. Color #db298f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00101001 10001111
Octal 333 51 217
Decimal 219 41 143
Hex DB 29 8F

RGB Percentages of Color #db298f

%54.34
%10.17
%35.48

CMYK Percentages of Color #db298f

%0
%81
%35
%14

Triadic Colors of #db298f

#db298f #8fdb29 #298fdb

Analogous Colors of #db298f

#db298f #db2936 #ce29db

Monochromatic Colors of #db298f

#db298f

Complementary Color

#db298f #29db75

#db298f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db298f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db298f Color CSS Codes

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

#db298f Text Font Color

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

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


#db298f Background Color

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

This div background color is #db298f


#db298f Border Color

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

This div border color is #db298f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db298f


Comments

No comments written yet.

Please login to write comment.