Color Hex Logo

#a77dbf Color Hex

#A77DBF
(167,125,191)
0 Favorites   0 Comments

Color spaces of #a77dbf

RGB 167125191
HSL0.770.340.62
HSV278°35°75°
CMYK 0.130.350.00   0.25
XYZ32.673926.644352.7110
Yxy26.64430.29170.2378
Hunter Lab51.618122.6575-24.4126
CIE-Lab58.643628.5205-28.3441

#a77dbf color RGB value is (167,125,191).

#a77dbf hex color red value is 167, green value is 125 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a77dbf hue: 0.77 , saturation: 0.34 and the lightness value of a77dbf is 0.62.

The process color (four color CMYK) of #a77dbf color hex is 0.13, 0.35, 0.00, 0.25. Web safe color of #a77dbf is #9966cc. Color #a77dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01111101 10111111
Octal 247 175 277
Decimal 167 125 191
Hex A7 7D BF

RGB Percentages of Color #a77dbf

%34.58
%25.88
%39.54

CMYK Percentages of Color #a77dbf

%13
%35
%0
%25

Triadic Colors of #a77dbf

#a77dbf #bfa77d #7dbfa7

Analogous Colors of #a77dbf

#a77dbf #bf7db6 #867dbf

Monochromatic Colors of #a77dbf

#a77dbf

Complementary Color

#a77dbf #95bf7d

#a77dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a77dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a77dbf Color CSS Codes

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

#a77dbf Text Font Color

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

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


#a77dbf Background Color

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

This div background color is #a77dbf


#a77dbf Border Color

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

This div border color is #a77dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a77dbf


Comments

No comments written yet.

Please login to write comment.