color codes Logo

#a76edf color codes

#A76EDF
(167,110,223)
0 Favorites   0 Comments

Color spaces of #a76edf

RGB 167110223
HSL0.750.640.65
HSV270°51°87°
CMYK 0.250.510.00   0.13
XYZ34.831624.695172.7428
Yxy24.69510.26330.1867
Hunter Lab49.694238.1493-52.0034
CIE-Lab56.777144.1121-49.3619

#a76edf color RGB value is (167,110,223).

#a76edf hex color red value is 167, green value is 110 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a76edf hue: 0.75 , saturation: 0.64 and the lightness value of a76edf is 0.65.

The process color (four color CMYK) of #a76edf color code is 0.25, 0.51, 0.00, 0.13. Web safe color of #a76edf is #9966cc. Color #a76edf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01101110 11011111
Octal 247 156 337
Decimal 167 110 223
Hex A7 6E DF

RGB Percentages of Color #a76edf

%33.40
%22.00
%44.60

CMYK Percentages of Color #a76edf

%25
%51
%0
%13

Triadic Colors of #a76edf

#a76edf #dfa76e #6edfa7

Analogous Colors of #a76edf

#a76edf #df6edf #6f6edf

Monochromatic Colors of #a76edf

#a76edf

Complementary Color

#a76edf #a6df6e

#a76edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a76edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a76edf Color CSS Codes

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

#a76edf Text Font Color

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

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


#a76edf Background Color

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

This div background color is #a76edf


#a76edf Border Color

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

This div border color is #a76edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a76edf


Comments

No comments written yet.

Please login to write comment.