Color Hex Logo

#db7ade Color Hex

#DB7ADE
(219,122,222)
0 Favorites   0 Comments

Color spaces of #db7ade

RGB 219122222
HSL0.830.600.67
HSV298°45°87°
CMYK 0.010.450.00   0.13
XYZ49.357834.253173.1173
Yxy34.25310.31490.2186
Hunter Lab58.526148.1165-33.1033
CIE-Lab65.163052.0514-35.2030

#db7ade color RGB value is (219,122,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01111010 11011110
Octal 333 172 336
Decimal 219 122 222
Hex DB 7A DE

RGB Percentages of Color #db7ade

%38.90
%21.67
%39.43

CMYK Percentages of Color #db7ade

%1
%45
%0
%13

Triadic Colors of #db7ade

#db7ade #dedb7a #7adedb

Analogous Colors of #db7ade

#db7ade #de7aaf #a97ade

Monochromatic Colors of #db7ade

#db7ade

Complementary Color

#db7ade #7dde7a

#db7ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db7ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#db7ade Color CSS Codes

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

#db7ade Text Font Color

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

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


#db7ade Background Color

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

This div background color is #db7ade


#db7ade Border Color

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

This div border color is #db7ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db7ade


Comments

No comments written yet.

Please login to write comment.