Color Hex Logo

#db188f Color Hex

#DB188F
(219,24,143)
0 Favorites   0 Comments

Color spaces of #db188f

RGB 21924143
HSL0.900.800.48
HSV323°89°86°
CMYK 0.000.890.35   0.14
XYZ34.498017.696527.5841
Yxy17.69650.43240.2218
Hunter Lab42.067272.7646-9.4303
CIE-Lab49.125975.9455-14.2642

#db188f color RGB value is (219,24,143).

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

The process color (four color CMYK) of #db188f color hex is 0.00, 0.89, 0.35, 0.14. Web safe color of #db188f is #cc0099. Color #db188f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00011000 10001111
Octal 333 30 217
Decimal 219 24 143
Hex DB 18 8F

RGB Percentages of Color #db188f

%56.74
%6.22
%37.05

CMYK Percentages of Color #db188f

%0
%89
%35
%14

Triadic Colors of #db188f

#db188f #8fdb18 #188fdb

Analogous Colors of #db188f

#db188f #db182d #c618db

Monochromatic Colors of #db188f

#db188f

Complementary Color

#db188f #18db64

#db188f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db188f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db188f Color CSS Codes

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

#db188f Text Font Color

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

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


#db188f Background Color

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

This div background color is #db188f


#db188f Border Color

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

This div border color is #db188f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,24,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 #db188f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db188f


Comments

No comments written yet.

Please login to write comment.