Color Hex Logo

#db55af Color Hex

#DB55AF
(219,85,175)
0 Favorites   0 Comments

Color spaces of #db55af

RGB 21985175
HSL0.890.650.60
HSV320°61°86°
CMYK 0.000.610.20   0.14
XYZ40.199824.652243.1970
Yxy24.65220.37210.2282
Hunter Lab49.651057.6329-16.8274
CIE-Lab56.735061.8045-21.5533

#db55af color RGB value is (219,85,175).

#db55af hex color red value is 219, green value is 85 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #db55af hue: 0.89 , saturation: 0.65 and the lightness value of db55af is 0.60.

The process color (four color CMYK) of #db55af color hex is 0.00, 0.61, 0.20, 0.14. Web safe color of #db55af is #cc6699. Color #db55af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010101 10101111
Octal 333 125 257
Decimal 219 85 175
Hex DB 55 AF

RGB Percentages of Color #db55af

%45.72
%17.75
%36.53

CMYK Percentages of Color #db55af

%0
%61
%20
%14

Triadic Colors of #db55af

#db55af #afdb55 #55afdb

Analogous Colors of #db55af

#db55af #db556c #c455db

Monochromatic Colors of #db55af

#db55af

Complementary Color

#db55af #55db81

#db55af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db55af Color Preview on White Background

Lorem ipsum dolor sit amet.

#db55af Color CSS Codes

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

#db55af Text Font Color

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

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


#db55af Background Color

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

This div background color is #db55af


#db55af Border Color

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

This div border color is #db55af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db55af


Comments

No comments written yet.

Please login to write comment.