Color Hex Logo

#a76def Color Hex

#A76DEF
(167,109,239)
0 Favorites   0 Comments

Color spaces of #a76def

RGB 167109239
HSL0.740.800.68
HSV267°54°94°
CMYK 0.300.540.00   0.06
XYZ36.985025.384884.6118
Yxy25.38480.25160.1727
Hunter Lab50.383342.8611-64.3010
CIE-Lab57.448448.4451-57.2387

#a76def color RGB value is (167,109,239).

#a76def hex color red value is 167, green value is 109 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a76def hue: 0.74 , saturation: 0.80 and the lightness value of a76def is 0.68.

The process color (four color CMYK) of #a76def color hex is 0.30, 0.54, 0.00, 0.06. Web safe color of #a76def is #9966ff. Color #a76def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01101101 11101111
Octal 247 155 357
Decimal 167 109 239
Hex A7 6D EF

RGB Percentages of Color #a76def

%32.43
%21.17
%46.41

CMYK Percentages of Color #a76def

%30
%54
%0
%6

Triadic Colors of #a76def

#a76def #efa76d #6defa7

Analogous Colors of #a76def

#a76def #e86def #6d74ef

Monochromatic Colors of #a76def

#a76def

Complementary Color

#a76def #b5ef6d

#a76def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a76def Color Preview on White Background

Lorem ipsum dolor sit amet.

#a76def Color CSS Codes

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

#a76def Text Font Color

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

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


#a76def Background Color

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

This div background color is #a76def


#a76def Border Color

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

This div border color is #a76def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a76def


Comments

No comments written yet.

Please login to write comment.