Color Hex Logo

#a77ddb Color Hex

#A77DDB
(167,125,219)
0 Favorites   0 Comments

Color spaces of #a77ddb

RGB 167125219
HSL0.740.570.67
HSV267°43°86°
CMYK 0.240.430.00   0.14
XYZ36.056127.997270.5215
Yxy27.99720.26790.2080
Hunter Lab52.912429.0386-41.9829
CIE-Lab59.886234.8556-42.2033

#a77ddb color RGB value is (167,125,219).

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

The process color (four color CMYK) of #a77ddb color hex is 0.24, 0.43, 0.00, 0.14. Web safe color of #a77ddb is #9966cc. Color #a77ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01111101 11011011
Octal 247 175 333
Decimal 167 125 219
Hex A7 7D DB

RGB Percentages of Color #a77ddb

%32.68
%24.46
%42.86

CMYK Percentages of Color #a77ddb

%24
%43
%0
%14

Triadic Colors of #a77ddb

#a77ddb #dba77d #7ddba7

Analogous Colors of #a77ddb

#a77ddb #d67ddb #7d82db

Monochromatic Colors of #a77ddb

#a77ddb

Complementary Color

#a77ddb #b1db7d

#a77ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a77ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a77ddb Color CSS Codes

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

#a77ddb Text Font Color

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

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


#a77ddb Background Color

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

This div background color is #a77ddb


#a77ddb Border Color

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

This div border color is #a77ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a77ddb


Comments

No comments written yet.

Please login to write comment.