Color Hex Logo

#db45af Color Hex

#DB45AF
(219,69,175)
0 Favorites   0 Comments

Color spaces of #db45af

RGB 21969175
HSL0.880.680.56
HSV318°68°86°
CMYK 0.000.680.20   0.14
XYZ39.079422.411542.8236
Yxy22.41150.37460.2148
Hunter Lab47.340864.5038-20.4941
CIE-Lab54.460968.0867-25.0494

#db45af color RGB value is (219,69,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000101 10101111
Octal 333 105 257
Decimal 219 69 175
Hex DB 45 AF

RGB Percentages of Color #db45af

%47.30
%14.90
%37.80

CMYK Percentages of Color #db45af

%0
%68
%20
%14

Triadic Colors of #db45af

#db45af #afdb45 #45afdb

Analogous Colors of #db45af

#db45af #db4564 #bc45db

Monochromatic Colors of #db45af

#db45af

Complementary Color

#db45af #45db71

#db45af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db45af Color Preview on White Background

Lorem ipsum dolor sit amet.

#db45af Color CSS Codes

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

#db45af Text Font Color

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

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


#db45af Background Color

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

This div background color is #db45af


#db45af Border Color

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

This div border color is #db45af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db45af


Comments

No comments written yet.

Please login to write comment.