Color Hex Logo

#a035bb Color Hex

#A035BB
(160,53,187)
0 Favorites   0 Comments

Color spaces of #a035bb

RGB 16053187
HSL0.800.560.47
HSV288°72°73°
CMYK 0.140.720.00   0.27
XYZ24.739913.607648.3363
Yxy13.60760.28540.1570
Hunter Lab36.888555.1593-51.8679
CIE-Lab43.664862.0683-49.6991

#a035bb color RGB value is (160,53,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00110101 10111011
Octal 240 65 273
Decimal 160 53 187
Hex A0 35 BB

RGB Percentages of Color #a035bb

%40.00
%13.25
%46.75

CMYK Percentages of Color #a035bb

%14
%72
%0
%27

Triadic Colors of #a035bb

#a035bb #bba035 #35bba0

Analogous Colors of #a035bb

#a035bb #bb3593 #5d35bb

Monochromatic Colors of #a035bb

#a035bb

Complementary Color

#a035bb #50bb35

#a035bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a035bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a035bb Color CSS Codes

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

#a035bb Text Font Color

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

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


#a035bb Background Color

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

This div background color is #a035bb


#a035bb Border Color

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

This div border color is #a035bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a035bb


Comments

No comments written yet.

Please login to write comment.