Color Hex Logo

#a76ccb Color Hex

#A76CCB
(167,108,203)
0 Favorites   0 Comments

Color spaces of #a76ccb

RGB 167108203
HSL0.770.480.61
HSV277°47°80°
CMYK 0.180.470.00   0.20
XYZ32.078423.252459.2974
Yxy23.25240.27980.2029
Hunter Lab48.220734.3592-39.1548
CIE-Lab55.331440.6565-40.3408

#a76ccb color RGB value is (167,108,203).

#a76ccb hex color red value is 167, green value is 108 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a76ccb hue: 0.77 , saturation: 0.48 and the lightness value of a76ccb is 0.61.

The process color (four color CMYK) of #a76ccb color hex is 0.18, 0.47, 0.00, 0.20. Web safe color of #a76ccb is #9966cc. Color #a76ccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01101100 11001011
Octal 247 154 313
Decimal 167 108 203
Hex A7 6C CB

RGB Percentages of Color #a76ccb

%34.94
%22.59
%42.47

CMYK Percentages of Color #a76ccb

%18
%47
%0
%20

Triadic Colors of #a76ccb

#a76ccb #cba76c #6ccba7

Analogous Colors of #a76ccb

#a76ccb #cb6cc0 #786ccb

Monochromatic Colors of #a76ccb

#a76ccb

Complementary Color

#a76ccb #90cb6c

#a76ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a76ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a76ccb Color CSS Codes

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

#a76ccb Text Font Color

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

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


#a76ccb Background Color

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

This div background color is #a76ccb


#a76ccb Border Color

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

This div border color is #a76ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a76ccb


Comments

No comments written yet.

Please login to write comment.