Color Hex Logo

#db459d Color Hex

#DB459D
(219,69,157)
0 Favorites   0 Comments

Color spaces of #db459d

RGB 21969157
HSL0.900.680.56
HSV325°68°86°
CMYK 0.000.680.28   0.14
XYZ37.427321.750634.1239
Yxy21.75060.40110.2331
Hunter Lab46.637561.6331-10.7352
CIE-Lab53.761465.7870-15.5728

#db459d color RGB value is (219,69,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000101 10011101
Octal 333 105 235
Decimal 219 69 157
Hex DB 45 9D

RGB Percentages of Color #db459d

%49.21
%15.51
%35.28

CMYK Percentages of Color #db459d

%0
%68
%28
%14

Triadic Colors of #db459d

#db459d #9ddb45 #459ddb

Analogous Colors of #db459d

#db459d #db4552 #ce45db

Monochromatic Colors of #db459d

#db459d

Complementary Color

#db459d #45db83

#db459d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db459d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db459d Color CSS Codes

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

#db459d Text Font Color

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

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


#db459d Background Color

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

This div background color is #db459d


#db459d Border Color

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

This div border color is #db459d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db459d


Comments

No comments written yet.

Please login to write comment.