Color Hex Logo

#db1198 Color Hex

#DB1198
(219,17,152)
0 Favorites   0 Comments

Color spaces of #db1198

RGB 21917152
HSL0.890.860.46
HSV320°92°86°
CMYK 0.000.920.31   0.14
XYZ35.081417.728031.2786
Yxy17.72800.41720.2108
Hunter Lab42.104675.0423-14.5720
CIE-Lab49.164577.7783-19.6125

#db1198 color RGB value is (219,17,152).

#db1198 hex color red value is 219, green value is 17 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #db1198 hue: 0.89 , saturation: 0.86 and the lightness value of db1198 is 0.46.

The process color (four color CMYK) of #db1198 color hex is 0.00, 0.92, 0.31, 0.14. Web safe color of #db1198 is #cc0099. Color #db1198 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010001 10011000
Octal 333 21 230
Decimal 219 17 152
Hex DB 11 98

RGB Percentages of Color #db1198

%56.44
%4.38
%39.18

CMYK Percentages of Color #db1198

%0
%92
%31
%14

Triadic Colors of #db1198

#db1198 #98db11 #1198db

Analogous Colors of #db1198

#db1198 #db1133 #b911db

Monochromatic Colors of #db1198

#db1198

Complementary Color

#db1198 #11db54

#db1198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db1198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db1198 Color CSS Codes

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

#db1198 Text Font Color

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

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


#db1198 Background Color

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

This div background color is #db1198


#db1198 Border Color

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

This div border color is #db1198


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db1198


Comments

No comments written yet.

Please login to write comment.