Color Hex Logo

#db1485 Color Hex

#DB1485
(219,20,133)
0 Favorites   0 Comments

Color spaces of #db1485

RGB 21920133
HSL0.910.830.47
HSV326°91°86°
CMYK 0.000.910.39   0.14
XYZ33.697217.253823.7446
Yxy17.25380.45110.2310
Hunter Lab41.537772.1161-4.8161
CIE-Lab48.578275.5248-9.0411

#db1485 color RGB value is (219,20,133).

#db1485 hex color red value is 219, green value is 20 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #db1485 hue: 0.91 , saturation: 0.83 and the lightness value of db1485 is 0.47.

The process color (four color CMYK) of #db1485 color hex is 0.00, 0.91, 0.39, 0.14. Web safe color of #db1485 is #cc0099. Color #db1485 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010100 10000101
Octal 333 24 205
Decimal 219 20 133
Hex DB 14 85

RGB Percentages of Color #db1485

%58.87
%5.38
%35.75

CMYK Percentages of Color #db1485

%0
%91
%39
%14

Triadic Colors of #db1485

#db1485 #85db14 #1485db

Analogous Colors of #db1485

#db1485 #db1421 #ce14db

Monochromatic Colors of #db1485

#db1485

Complementary Color

#db1485 #14db6a

#db1485 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db1485 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db1485 Color CSS Codes

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

#db1485 Text Font Color

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

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


#db1485 Background Color

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

This div background color is #db1485


#db1485 Border Color

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

This div border color is #db1485


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db1485


Comments

No comments written yet.

Please login to write comment.