Color Hex Logo

#a253b5 Color Hex

#A253B5
(162,83,181)
0 Favorites   0 Comments

Color spaces of #a253b5

RGB 16283181
HSL0.800.400.52
HSV288°54°71°
CMYK 0.100.540.00   0.29
XYZ26.334017.204145.6488
Yxy17.20410.29530.1929
Hunter Lab41.477840.7423-36.2177
CIE-Lab48.516247.8719-38.4530

#a253b5 color RGB value is (162,83,181).

#a253b5 hex color red value is 162, green value is 83 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #a253b5 hue: 0.80 , saturation: 0.40 and the lightness value of a253b5 is 0.52.

The process color (four color CMYK) of #a253b5 color hex is 0.10, 0.54, 0.00, 0.29. Web safe color of #a253b5 is #9966cc. Color #a253b5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01010011 10110101
Octal 242 123 265
Decimal 162 83 181
Hex A2 53 B5

RGB Percentages of Color #a253b5

%38.03
%19.48
%42.49

CMYK Percentages of Color #a253b5

%10
%54
%0
%29

Triadic Colors of #a253b5

#a253b5 #b5a253 #53b5a2

Analogous Colors of #a253b5

#a253b5 #b55397 #7153b5

Monochromatic Colors of #a253b5

#a253b5

Complementary Color

#a253b5 #66b553

#a253b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a253b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a253b5 Color CSS Codes

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

#a253b5 Text Font Color

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

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


#a253b5 Background Color

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

This div background color is #a253b5


#a253b5 Border Color

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

This div border color is #a253b5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,83,181, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a253b5


Comments

No comments written yet.

Please login to write comment.