Color Hex Logo

#a135bd Color Hex

#A135BD
(161,53,189)
0 Favorites   0 Comments

Color spaces of #a135bd

RGB 16153189
HSL0.800.560.47
HSV288°72°74°
CMYK 0.150.720.00   0.26
XYZ25.156413.797449.4814
Yxy13.79740.28450.1560
Hunter Lab37.144955.8859-52.9800
CIE-Lab43.941062.6596-50.4184

#a135bd color RGB value is (161,53,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00110101 10111101
Octal 241 65 275
Decimal 161 53 189
Hex A1 35 BD

RGB Percentages of Color #a135bd

%39.95
%13.15
%46.90

CMYK Percentages of Color #a135bd

%15
%72
%0
%26

Triadic Colors of #a135bd

#a135bd #bda135 #35bda1

Analogous Colors of #a135bd

#a135bd #bd3595 #5d35bd

Monochromatic Colors of #a135bd

#a135bd

Complementary Color

#a135bd #51bd35

#a135bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a135bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a135bd Color CSS Codes

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

#a135bd Text Font Color

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

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


#a135bd Background Color

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

This div background color is #a135bd


#a135bd Border Color

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

This div border color is #a135bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a135bd


Comments

No comments written yet.

Please login to write comment.