Color Hex Logo

#a772ea Color Hex

#A772EA
(167,114,234)
0 Favorites   0 Comments

Color spaces of #a772ea

RGB 167114234
HSL0.740.740.68
HSV267°51°92°
CMYK 0.290.510.00   0.08
XYZ36.804926.190680.9574
Yxy26.19060.25570.1819
Hunter Lab51.176838.8129-57.9682
CIE-Lab58.217544.5366-53.2265

#a772ea color RGB value is (167,114,234).

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

The process color (four color CMYK) of #a772ea color hex is 0.29, 0.51, 0.00, 0.08. Web safe color of #a772ea is #9966ff. Color #a772ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01110010 11101010
Octal 247 162 352
Decimal 167 114 234
Hex A7 72 EA

RGB Percentages of Color #a772ea

%32.43
%22.14
%45.44

CMYK Percentages of Color #a772ea

%29
%51
%0
%8

Triadic Colors of #a772ea

#a772ea #eaa772 #72eaa7

Analogous Colors of #a772ea

#a772ea #e372ea #7279ea

Monochromatic Colors of #a772ea

#a772ea

Complementary Color

#a772ea #b5ea72

#a772ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a772ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a772ea Color CSS Codes

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

#a772ea Text Font Color

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

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


#a772ea Background Color

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

This div background color is #a772ea


#a772ea Border Color

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

This div border color is #a772ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a772ea


Comments

No comments written yet.

Please login to write comment.