Color Hex Logo

#db4585 Color Hex

#DB4585
(219,69,133)
0 Favorites   0 Comments

Color spaces of #db4585

RGB 21969133
HSL0.930.680.56
HSV334°68°86°
CMYK 0.000.680.39   0.14
XYZ35.575221.009824.3706
Yxy21.00980.43940.2595
Hunter Lab45.836458.32600.5618
CIE-Lab52.960263.0926-2.5348

#db4585 color RGB value is (219,69,133).

#db4585 hex color red value is 219, green value is 69 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #db4585 hue: 0.93 , saturation: 0.68 and the lightness value of db4585 is 0.56.

The process color (four color CMYK) of #db4585 color hex is 0.00, 0.68, 0.39, 0.14. Web safe color of #db4585 is #cc3399. Color #db4585 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000101 10000101
Octal 333 105 205
Decimal 219 69 133
Hex DB 45 85

RGB Percentages of Color #db4585

%52.02
%16.39
%31.59

CMYK Percentages of Color #db4585

%0
%68
%39
%14

Triadic Colors of #db4585

#db4585 #85db45 #4585db

Analogous Colors of #db4585

#db4585 #db5045 #db45d0

Monochromatic Colors of #db4585

#db4585

Complementary Color

#db4585 #45db9b

#db4585 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db4585 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db4585 Color CSS Codes

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

#db4585 Text Font Color

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

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


#db4585 Background Color

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

This div background color is #db4585


#db4585 Border Color

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

This div border color is #db4585


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db4585


Comments

No comments written yet.

Please login to write comment.