Color Hex Logo

#a276fc Color Hex

#A276FC
(162,118,252)
0 Favorites   0 Comments

Color spaces of #a276fc

RGB 162118252
HSL0.720.960.73
HSV260°53°99°
CMYK 0.360.530.00   0.01
XYZ38.949427.666595.3828
Yxy27.66650.24040.1708
Hunter Lab52.599040.1307-70.6971
CIE-Lab59.586245.5820-61.0457

#a276fc color RGB value is (162,118,252).

#a276fc hex color red value is 162, green value is 118 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #a276fc hue: 0.72 , saturation: 0.96 and the lightness value of a276fc is 0.73.

The process color (four color CMYK) of #a276fc color hex is 0.36, 0.53, 0.00, 0.01. Web safe color of #a276fc is #9966ff. Color #a276fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01110110 11111100
Octal 242 166 374
Decimal 162 118 252
Hex A2 76 FC

RGB Percentages of Color #a276fc

%30.45
%22.18
%47.37

CMYK Percentages of Color #a276fc

%36
%53
%0
%1

Triadic Colors of #a276fc

#a276fc #fca276 #76fca2

Analogous Colors of #a276fc

#a276fc #e576fc #768dfc

Monochromatic Colors of #a276fc

#a276fc

Complementary Color

#a276fc #d0fc76

#a276fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a276fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a276fc Color CSS Codes

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

#a276fc Text Font Color

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

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


#a276fc Background Color

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

This div background color is #a276fc


#a276fc Border Color

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

This div border color is #a276fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,118,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a276fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a276fc;
  -webkit-box-shadow: 1px 1px 3px 2px #a276fc;
  box-shadow:         1px 1px 3px 2px #a276fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,118,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a276fc


Comments

No comments written yet.

Please login to write comment.