Color Hex Logo

#a570ba Color Hex

#A570BA
(165,112,186)
0 Favorites   0 Comments

Color spaces of #a570ba

RGB 165112186
HSL0.790.350.58
HSV283°40°73°
CMYK 0.110.400.00   0.27
XYZ30.174123.132849.3291
Yxy23.13280.29400.2254
Hunter Lab48.096627.8156-27.1418
CIE-Lab55.208934.1550-30.8331

#a570ba color RGB value is (165,112,186).

#a570ba hex color red value is 165, green value is 112 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a570ba hue: 0.79 , saturation: 0.35 and the lightness value of a570ba is 0.58.

The process color (four color CMYK) of #a570ba color hex is 0.11, 0.40, 0.00, 0.27. Web safe color of #a570ba is #9966cc. Color #a570ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01110000 10111010
Octal 245 160 272
Decimal 165 112 186
Hex A5 70 BA

RGB Percentages of Color #a570ba

%35.64
%24.19
%40.17

CMYK Percentages of Color #a570ba

%11
%40
%0
%27

Triadic Colors of #a570ba

#a570ba #baa570 #70baa5

Analogous Colors of #a570ba

#a570ba #ba70aa #8070ba

Monochromatic Colors of #a570ba

#a570ba

Complementary Color

#a570ba #85ba70

#a570ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a570ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a570ba Color CSS Codes

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

#a570ba Text Font Color

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

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


#a570ba Background Color

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

This div background color is #a570ba


#a570ba Border Color

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

This div border color is #a570ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,112,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a570ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a570ba;
  -webkit-box-shadow: 1px 1px 3px 2px #a570ba;
  box-shadow:         1px 1px 3px 2px #a570ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,112,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a570ba


Comments

No comments written yet.

Please login to write comment.