Color Hex Logo

#a135bc Color Hex

#A135BC
(161,53,188)
0 Favorites   0 Comments

Color spaces of #a135bc

RGB 16153188
HSL0.800.560.47
HSV288°72°74°
CMYK 0.140.720.00   0.26
XYZ25.048113.754148.9116
Yxy13.75410.28560.1568
Hunter Lab37.086555.6568-52.2341
CIE-Lab43.878262.4689-49.9342

#a135bc color RGB value is (161,53,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00110101 10111100
Octal 241 65 274
Decimal 161 53 188
Hex A1 35 BC

RGB Percentages of Color #a135bc

%40.05
%13.18
%46.77

CMYK Percentages of Color #a135bc

%14
%72
%0
%26

Triadic Colors of #a135bc

#a135bc #bca135 #35bca1

Analogous Colors of #a135bc

#a135bc #bc3594 #5e35bc

Monochromatic Colors of #a135bc

#a135bc

Complementary Color

#a135bc #50bc35

#a135bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a135bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a135bc Color CSS Codes

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

#a135bc Text Font Color

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

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


#a135bc Background Color

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

This div background color is #a135bc


#a135bc Border Color

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

This div border color is #a135bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a135bc


Comments

No comments written yet.

Please login to write comment.