Color Hex Logo

#a052bc Color Hex

#A052BC
(160,82,188)
0 Favorites   0 Comments

Color spaces of #a052bc

RGB 16082188
HSL0.790.440.53
HSV284°56°74°
CMYK 0.150.560.00   0.26
XYZ26.591617.139049.4836
Yxy17.13900.28530.1839
Hunter Lab41.399342.2055-41.8885
CIE-Lab48.434749.2825-42.6729

#a052bc color RGB value is (160,82,188).

#a052bc hex color red value is 160, green value is 82 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a052bc hue: 0.79 , saturation: 0.44 and the lightness value of a052bc is 0.53.

The process color (four color CMYK) of #a052bc color hex is 0.15, 0.56, 0.00, 0.26. Web safe color of #a052bc is #9966cc. Color #a052bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010010 10111100
Octal 240 122 274
Decimal 160 82 188
Hex A0 52 BC

RGB Percentages of Color #a052bc

%37.21
%19.07
%43.72

CMYK Percentages of Color #a052bc

%15
%56
%0
%26

Triadic Colors of #a052bc

#a052bc #bca052 #52bca0

Analogous Colors of #a052bc

#a052bc #bc52a3 #6b52bc

Monochromatic Colors of #a052bc

#a052bc

Complementary Color

#a052bc #6ebc52

#a052bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a052bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a052bc Color CSS Codes

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

#a052bc Text Font Color

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

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


#a052bc Background Color

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

This div background color is #a052bc


#a052bc Border Color

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

This div border color is #a052bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,82,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a052bc


Comments

No comments written yet.

Please login to write comment.