color codes Logo

#a76bdc color codes

#A76BDC
(167,107,220)
0 Favorites   0 Comments

Color spaces of #a76bdc

RGB 167107220
HSL0.760.620.64
HSV272°51°86°
CMYK 0.240.510.00   0.14
XYZ34.112323.898270.5250
Yxy23.89820.26540.1859
Hunter Lab48.885839.0064-51.3146
CIE-Lab55.985745.0431-48.9311

#a76bdc color RGB value is (167,107,220).

#a76bdc hex color red value is 167, green value is 107 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a76bdc hue: 0.76 , saturation: 0.62 and the lightness value of a76bdc is 0.64.

The process color (four color CMYK) of #a76bdc color code is 0.24, 0.51, 0.00, 0.14. Web safe color of #a76bdc is #9966cc. Color #a76bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01101011 11011100
Octal 247 153 334
Decimal 167 107 220
Hex A7 6B DC

RGB Percentages of Color #a76bdc

%33.81
%21.66
%44.53

CMYK Percentages of Color #a76bdc

%24
%51
%0
%14

Triadic Colors of #a76bdc

#a76bdc #dca76b #6bdca7

Analogous Colors of #a76bdc

#a76bdc #dc6bd9 #6f6bdc

Monochromatic Colors of #a76bdc

#a76bdc

Complementary Color

#a76bdc #a0dc6b

#a76bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a76bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a76bdc Color CSS Codes

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

#a76bdc Text Font Color

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

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


#a76bdc Background Color

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

This div background color is #a76bdc


#a76bdc Border Color

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

This div border color is #a76bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a76bdc


Comments

No comments written yet.

Please login to write comment.