Color Hex Logo

#db4785 Color Hex

#DB4785
(219,71,133)
0 Favorites   0 Comments

Color spaces of #db4785

RGB 21971133
HSL0.930.670.57
HSV335°68°86°
CMYK 0.000.680.39   0.14
XYZ35.700321.260024.4123
Yxy21.26000.43870.2613
Hunter Lab46.108657.51650.8848
CIE-Lab53.232962.3392-2.1339

#db4785 color RGB value is (219,71,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000111 10000101
Octal 333 107 205
Decimal 219 71 133
Hex DB 47 85

RGB Percentages of Color #db4785

%51.77
%16.78
%31.44

CMYK Percentages of Color #db4785

%0
%68
%39
%14

Triadic Colors of #db4785

#db4785 #85db47 #4785db

Analogous Colors of #db4785

#db4785 #db5347 #db47cf

Monochromatic Colors of #db4785

#db4785

Complementary Color

#db4785 #47db9d

#db4785 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db4785 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db4785 Color CSS Codes

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

#db4785 Text Font Color

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

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


#db4785 Background Color

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

This div background color is #db4785


#db4785 Border Color

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

This div border color is #db4785


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db4785


Comments

No comments written yet.

Please login to write comment.