Color Hex Logo

#a77bdb Color Hex

#A77BDB
(167,123,219)
0 Favorites   0 Comments

Color spaces of #a77bdb

RGB 167123219
HSL0.740.570.67
HSV268°44°86°
CMYK 0.240.440.00   0.14
XYZ35.805527.495970.4379
Yxy27.49590.26770.2056
Hunter Lab52.436530.1221-42.9386
CIE-Lab59.430635.9791-42.9205

#a77bdb color RGB value is (167,123,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01111011 11011011
Octal 247 173 333
Decimal 167 123 219
Hex A7 7B DB

RGB Percentages of Color #a77bdb

%32.81
%24.17
%43.03

CMYK Percentages of Color #a77bdb

%24
%44
%0
%14

Triadic Colors of #a77bdb

#a77bdb #dba77b #7bdba7

Analogous Colors of #a77bdb

#a77bdb #d77bdb #7b7fdb

Monochromatic Colors of #a77bdb

#a77bdb

Complementary Color

#a77bdb #afdb7b

#a77bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a77bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a77bdb Color CSS Codes

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

#a77bdb Text Font Color

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

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


#a77bdb Background Color

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

This div background color is #a77bdb


#a77bdb Border Color

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

This div border color is #a77bdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,123,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 #a77bdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a77bdb


Comments

No comments written yet.

Please login to write comment.