Color Hex Logo

#a753ba Color Hex

#A753BA
(167,83,186)
0 Favorites   0 Comments

Color spaces of #a753ba

RGB 16783186
HSL0.800.430.53
HSV289°55°73°
CMYK 0.100.550.00   0.27
XYZ27.892517.947248.4484
Yxy17.94720.29580.1903
Hunter Lab42.364143.3870-38.1502
CIE-Lab49.432050.2318-39.8736

#a753ba color RGB value is (167,83,186).

#a753ba hex color red value is 167, green value is 83 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a753ba hue: 0.80 , saturation: 0.43 and the lightness value of a753ba is 0.53.

The process color (four color CMYK) of #a753ba color hex is 0.10, 0.55, 0.00, 0.27. Web safe color of #a753ba is #9966cc. Color #a753ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01010011 10111010
Octal 247 123 272
Decimal 167 83 186
Hex A7 53 BA

RGB Percentages of Color #a753ba

%38.30
%19.04
%42.66

CMYK Percentages of Color #a753ba

%10
%55
%0
%27

Triadic Colors of #a753ba

#a753ba #baa753 #53baa7

Analogous Colors of #a753ba

#a753ba #ba539a #7453ba

Monochromatic Colors of #a753ba

#a753ba

Complementary Color

#a753ba #66ba53

#a753ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a753ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a753ba Color CSS Codes

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

#a753ba Text Font Color

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

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


#a753ba Background Color

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

This div background color is #a753ba


#a753ba Border Color

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

This div border color is #a753ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a753ba


Comments

No comments written yet.

Please login to write comment.