Color Hex Logo

#a134bd Color Hex

#A134BD
(161,52,189)
0 Favorites   0 Comments

Color spaces of #a134bd

RGB 16152189
HSL0.800.570.47
HSV288°72°74°
CMYK 0.150.720.00   0.26
XYZ25.111213.707249.4664
Yxy13.70720.28440.1553
Hunter Lab37.023256.2779-53.3006
CIE-Lab43.810163.0315-50.6286

#a134bd color RGB value is (161,52,189).

#a134bd hex color red value is 161, green value is 52 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a134bd hue: 0.80 , saturation: 0.57 and the lightness value of a134bd is 0.47.

The process color (four color CMYK) of #a134bd color hex is 0.15, 0.72, 0.00, 0.26. Web safe color of #a134bd is #9933cc. Color #a134bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00110100 10111101
Octal 241 64 275
Decimal 161 52 189
Hex A1 34 BD

RGB Percentages of Color #a134bd

%40.05
%12.94
%47.01

CMYK Percentages of Color #a134bd

%15
%72
%0
%26

Triadic Colors of #a134bd

#a134bd #bda134 #34bda1

Analogous Colors of #a134bd

#a134bd #bd3495 #5d34bd

Monochromatic Colors of #a134bd

#a134bd

Complementary Color

#a134bd #50bd34

#a134bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a134bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a134bd Color CSS Codes

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

#a134bd Text Font Color

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

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


#a134bd Background Color

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

This div background color is #a134bd


#a134bd Border Color

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

This div border color is #a134bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a134bd


Comments

No comments written yet.

Please login to write comment.