Color Hex Logo

#db7add Color Hex

#DB7ADD
(219,122,221)
0 Favorites   0 Comments

Color spaces of #db7add

RGB 219122221
HSL0.830.590.67
HSV299°45°87°
CMYK 0.010.450.00   0.13
XYZ49.224134.199672.4134
Yxy34.19960.31590.2195
Hunter Lab58.480447.9061-32.4796
CIE-Lab65.120751.8704-34.7121

#db7add color RGB value is (219,122,221).

#db7add hex color red value is 219, green value is 122 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #db7add hue: 0.83 , saturation: 0.59 and the lightness value of db7add is 0.67.

The process color (four color CMYK) of #db7add color hex is 0.01, 0.45, 0.00, 0.13. Web safe color of #db7add is #cc66cc. Color #db7add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01111010 11011101
Octal 333 172 335
Decimal 219 122 221
Hex DB 7A DD

RGB Percentages of Color #db7add

%38.97
%21.71
%39.32

CMYK Percentages of Color #db7add

%1
%45
%0
%13

Triadic Colors of #db7add

#db7add #dddb7a #7adddb

Analogous Colors of #db7add

#db7add #dd7aae #aa7add

Monochromatic Colors of #db7add

#db7add

Complementary Color

#db7add #7cdd7a

#db7add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db7add Color Preview on White Background

Lorem ipsum dolor sit amet.

#db7add Color CSS Codes

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

#db7add Text Font Color

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

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


#db7add Background Color

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

This div background color is #db7add


#db7add Border Color

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

This div border color is #db7add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db7add


Comments

No comments written yet.

Please login to write comment.