Color Hex Logo

#a052ec Color Hex

#A052EC
(160,82,236)
0 Favorites   0 Comments

Color spaces of #a052ec

RGB 16082236
HSL0.750.800.62
HSV270°65°93°
CMYK 0.320.650.00   0.07
XYZ32.654819.564381.4121
Yxy19.56430.24440.1464
Hunter Lab44.231554.3759-78.1664
CIE-Lab51.341059.9291-65.4212

#a052ec color RGB value is (160,82,236).

#a052ec hex color red value is 160, green value is 82 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a052ec hue: 0.75 , saturation: 0.80 and the lightness value of a052ec is 0.62.

The process color (four color CMYK) of #a052ec color hex is 0.32, 0.65, 0.00, 0.07. Web safe color of #a052ec is #9966ff. Color #a052ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010010 11101100
Octal 240 122 354
Decimal 160 82 236
Hex A0 52 EC

RGB Percentages of Color #a052ec

%33.47
%17.15
%49.37

CMYK Percentages of Color #a052ec

%32
%65
%0
%7

Triadic Colors of #a052ec

#a052ec #eca052 #52eca0

Analogous Colors of #a052ec

#a052ec #ec52eb #5352ec

Monochromatic Colors of #a052ec

#a052ec

Complementary Color

#a052ec #9eec52

#a052ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a052ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a052ec Color CSS Codes

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

#a052ec Text Font Color

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

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


#a052ec Background Color

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

This div background color is #a052ec


#a052ec Border Color

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

This div border color is #a052ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,82,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 #a052ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a052ec


Comments

No comments written yet.

Please login to write comment.