Color Hex Logo

#db7ad6 Color Hex

#DB7AD6
(219,122,214)
0 Favorites   0 Comments

Color spaces of #db7ad6

RGB 219122214
HSL0.840.570.67
HSV303°44°86°
CMYK 0.000.440.02   0.14
XYZ48.310533.834267.6027
Yxy33.83420.32260.2259
Hunter Lab58.167246.4599-28.1906
CIE-Lab64.830850.6205-31.2572

#db7ad6 color RGB value is (219,122,214).

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

The process color (four color CMYK) of #db7ad6 color hex is 0.00, 0.44, 0.02, 0.14. Web safe color of #db7ad6 is #cc66cc. Color #db7ad6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01111010 11010110
Octal 333 172 326
Decimal 219 122 214
Hex DB 7A D6

RGB Percentages of Color #db7ad6

%39.46
%21.98
%38.56

CMYK Percentages of Color #db7ad6

%0
%44
%2
%14

Triadic Colors of #db7ad6

#db7ad6 #d6db7a #7ad6db

Analogous Colors of #db7ad6

#db7ad6 #db7aa6 #b07adb

Monochromatic Colors of #db7ad6

#db7ad6

Complementary Color

#db7ad6 #7adb7f

#db7ad6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db7ad6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db7ad6 Color CSS Codes

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

#db7ad6 Text Font Color

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

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


#db7ad6 Background Color

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

This div background color is #db7ad6


#db7ad6 Border Color

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

This div border color is #db7ad6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db7ad6


Comments

No comments written yet.

Please login to write comment.