Color Hex Logo

#a472ec Color Hex

#A472EC
(164,114,236)
0 Favorites   0 Comments

Color spaces of #a472ec

RGB 164114236
HSL0.730.760.69
HSV265°52°93°
CMYK 0.310.520.00   0.07
XYZ36.467525.983382.4501
Yxy25.98330.25170.1793
Hunter Lab50.973838.4976-60.2198
CIE-Lab58.021244.2658-54.6718

#a472ec color RGB value is (164,114,236).

#a472ec hex color red value is 164, green value is 114 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a472ec hue: 0.73 , saturation: 0.76 and the lightness value of a472ec is 0.69.

The process color (four color CMYK) of #a472ec color hex is 0.31, 0.52, 0.00, 0.07. Web safe color of #a472ec is #9966ff. Color #a472ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110010 11101100
Octal 244 162 354
Decimal 164 114 236
Hex A4 72 EC

RGB Percentages of Color #a472ec

%31.91
%22.18
%45.91

CMYK Percentages of Color #a472ec

%31
%52
%0
%7

Triadic Colors of #a472ec

#a472ec #eca472 #72eca4

Analogous Colors of #a472ec

#a472ec #e172ec #727dec

Monochromatic Colors of #a472ec

#a472ec

Complementary Color

#a472ec #baec72

#a472ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a472ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a472ec Color CSS Codes

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

#a472ec Text Font Color

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

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


#a472ec Background Color

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

This div background color is #a472ec


#a472ec Border Color

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

This div border color is #a472ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a472ec


Comments

No comments written yet.

Please login to write comment.