Color Hex Logo

#db50af Color Hex

#DB50AF
(219,80,175)
0 Favorites   0 Comments

Color spaces of #db50af

RGB 21980175
HSL0.890.660.59
HSV319°63°86°
CMYK 0.000.630.20   0.14
XYZ39.819923.892543.0704
Yxy23.89250.37290.2237
Hunter Lab48.880059.8745-18.0272
CIE-Lab55.980063.8726-22.7113

#db50af color RGB value is (219,80,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010000 10101111
Octal 333 120 257
Decimal 219 80 175
Hex DB 50 AF

RGB Percentages of Color #db50af

%46.20
%16.88
%36.92

CMYK Percentages of Color #db50af

%0
%63
%20
%14

Triadic Colors of #db50af

#db50af #afdb50 #50afdb

Analogous Colors of #db50af

#db50af #db506a #c250db

Monochromatic Colors of #db50af

#db50af

Complementary Color

#db50af #50db7c

#db50af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db50af Color Preview on White Background

Lorem ipsum dolor sit amet.

#db50af Color CSS Codes

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

#db50af Text Font Color

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

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


#db50af Background Color

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

This div background color is #db50af


#db50af Border Color

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

This div border color is #db50af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db50af


Comments

No comments written yet.

Please login to write comment.