color codes Logo

#a76dbe color codes

#A76DBE
(167,109,190)
0 Favorites   0 Comments

Color spaces of #a76dbe

RGB 167109190
HSL0.790.380.59
HSV283°43°75°
CMYK 0.120.430.00   0.25
XYZ30.699322.870551.5116
Yxy22.87050.29210.2176
Hunter Lab47.823130.8948-30.3867
CIE-Lab54.938737.2871-33.5317

#a76dbe color RGB value is (167,109,190).

#a76dbe hex color red value is 167, green value is 109 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a76dbe hue: 0.79 , saturation: 0.38 and the lightness value of a76dbe is 0.59.

The process color (four color CMYK) of #a76dbe color code is 0.12, 0.43, 0.00, 0.25. Web safe color of #a76dbe is #9966cc. Color #a76dbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01101101 10111110
Octal 247 155 276
Decimal 167 109 190
Hex A7 6D BE

RGB Percentages of Color #a76dbe

%35.84
%23.39
%40.77

CMYK Percentages of Color #a76dbe

%12
%43
%0
%25

Triadic Colors of #a76dbe

#a76dbe #bea76d #6dbea7

Analogous Colors of #a76dbe

#a76dbe #be6dad #7f6dbe

Monochromatic Colors of #a76dbe

#a76dbe

Complementary Color

#a76dbe #84be6d

#a76dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a76dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a76dbe Color CSS Codes

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

#a76dbe Text Font Color

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

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


#a76dbe Background Color

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

This div background color is #a76dbe


#a76dbe Border Color

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

This div border color is #a76dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a76dbe


Comments

No comments written yet.

Please login to write comment.