Color Hex Logo

#db5acd Color Hex

#DB5ACD
(219,90,205)
0 Favorites   0 Comments

Color spaces of #db5acd

RGB 21990205
HSL0.850.640.61
HSV307°59°86°
CMYK 0.000.590.06   0.14
XYZ43.889026.780260.6135
Yxy26.78020.33430.2040
Hunter Lab51.749660.8247-33.2208
CIE-Lab58.770364.1782-35.6111

#db5acd color RGB value is (219,90,205).

#db5acd hex color red value is 219, green value is 90 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #db5acd hue: 0.85 , saturation: 0.64 and the lightness value of db5acd is 0.61.

The process color (four color CMYK) of #db5acd color hex is 0.00, 0.59, 0.06, 0.14. Web safe color of #db5acd is #cc66cc. Color #db5acd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01011010 11001101
Octal 333 132 315
Decimal 219 90 205
Hex DB 5A CD

RGB Percentages of Color #db5acd

%42.61
%17.51
%39.88

CMYK Percentages of Color #db5acd

%0
%59
%6
%14

Triadic Colors of #db5acd

#db5acd #cddb5a #5acddb

Analogous Colors of #db5acd

#db5acd #db5a8d #a95adb

Monochromatic Colors of #db5acd

#db5acd

Complementary Color

#db5acd #5adb68

#db5acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db5acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#db5acd Color CSS Codes

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

#db5acd Text Font Color

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

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


#db5acd Background Color

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

This div background color is #db5acd


#db5acd Border Color

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

This div border color is #db5acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db5acd


Comments

No comments written yet.

Please login to write comment.