Color Hex Logo

#a134af Color Hex

#A134AF
(161,52,175)
0 Favorites   0 Comments

Color spaces of #a134af

RGB 16152175
HSL0.810.540.45
HSV293°70°69°
CMYK 0.080.700.00   0.31
XYZ23.663813.128241.8442
Yxy13.12820.30090.1669
Hunter Lab36.232953.1714-43.1092
CIE-Lab42.955860.4271-43.7601

#a134af color RGB value is (161,52,175).

#a134af hex color red value is 161, green value is 52 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a134af hue: 0.81 , saturation: 0.54 and the lightness value of a134af is 0.45.

The process color (four color CMYK) of #a134af color hex is 0.08, 0.70, 0.00, 0.31. Web safe color of #a134af is #993399. Color #a134af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00110100 10101111
Octal 241 64 257
Decimal 161 52 175
Hex A1 34 AF

RGB Percentages of Color #a134af

%41.49
%13.40
%45.10

CMYK Percentages of Color #a134af

%8
%70
%0
%31

Triadic Colors of #a134af

#a134af #afa134 #34afa1

Analogous Colors of #a134af

#a134af #af3480 #6434af

Monochromatic Colors of #a134af

#a134af

Complementary Color

#a134af #42af34

#a134af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a134af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a134af Color CSS Codes

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

#a134af Text Font Color

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

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


#a134af Background Color

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

This div background color is #a134af


#a134af Border Color

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

This div border color is #a134af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(161,52,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a134af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a134af;
  -webkit-box-shadow: 1px 1px 3px 2px #a134af;
  box-shadow:         1px 1px 3px 2px #a134af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,52,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a134af


Comments

No comments written yet.

Please login to write comment.