Color Hex Logo

#a76fde Color Hex

#A76FDE
(167,111,222)
0 Favorites   0 Comments

Color spaces of #a76fde

RGB 167111222
HSL0.750.630.65
HSV270°50°87°
CMYK 0.250.500.00   0.13
XYZ34.805624.858372.0709
Yxy24.85830.26420.1887
Hunter Lab49.858137.3580-50.8042
CIE-Lab56.937143.3335-48.5461

#a76fde color RGB value is (167,111,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01101111 11011110
Octal 247 157 336
Decimal 167 111 222
Hex A7 6F DE

RGB Percentages of Color #a76fde

%33.40
%22.20
%44.40

CMYK Percentages of Color #a76fde

%25
%50
%0
%13

Triadic Colors of #a76fde

#a76fde #dea76f #6fdea7

Analogous Colors of #a76fde

#a76fde #de6fde #706fde

Monochromatic Colors of #a76fde

#a76fde

Complementary Color

#a76fde #a6de6f

#a76fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a76fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a76fde Color CSS Codes

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

#a76fde Text Font Color

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

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


#a76fde Background Color

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

This div background color is #a76fde


#a76fde Border Color

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

This div border color is #a76fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a76fde


Comments

No comments written yet.

Please login to write comment.