Color Hex Logo

#a153bc Color Hex

#A153BC
(161,83,188)
0 Favorites   0 Comments

Color spaces of #a153bc

RGB 16183188
HSL0.790.440.53
HSV285°56°74°
CMYK 0.140.560.00   0.26
XYZ26.868317.394449.5183
Yxy17.39440.28650.1855
Hunter Lab41.706642.0071-41.2005
CIE-Lab48.753249.0401-42.1597

#a153bc color RGB value is (161,83,188).

#a153bc hex color red value is 161, green value is 83 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a153bc hue: 0.79 , saturation: 0.44 and the lightness value of a153bc is 0.53.

The process color (four color CMYK) of #a153bc color hex is 0.14, 0.56, 0.00, 0.26. Web safe color of #a153bc is #9966cc. Color #a153bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01010011 10111100
Octal 241 123 274
Decimal 161 83 188
Hex A1 53 BC

RGB Percentages of Color #a153bc

%37.27
%19.21
%43.52

CMYK Percentages of Color #a153bc

%14
%56
%0
%26

Triadic Colors of #a153bc

#a153bc #bca153 #53bca1

Analogous Colors of #a153bc

#a153bc #bc53a3 #6d53bc

Monochromatic Colors of #a153bc

#a153bc

Complementary Color

#a153bc #6ebc53

#a153bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a153bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a153bc Color CSS Codes

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

#a153bc Text Font Color

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

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


#a153bc Background Color

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

This div background color is #a153bc


#a153bc Border Color

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

This div border color is #a153bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a153bc


Comments

No comments written yet.

Please login to write comment.