Color Hex Logo

#a12598 Color Hex

#A12598
(161,37,152)
0 Favorites   0 Comments

Color spaces of #a12598

RGB 16137152
HSL0.850.630.39
HSV304°77°63°
CMYK 0.000.770.06   0.37
XYZ21.027011.167230.7530
Yxy11.16720.33400.1774
Hunter Lab33.417453.8361-31.1707
CIE-Lab39.860761.6221-34.9103

#a12598 color RGB value is (161,37,152).

#a12598 hex color red value is 161, green value is 37 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #a12598 hue: 0.85 , saturation: 0.63 and the lightness value of a12598 is 0.39.

The process color (four color CMYK) of #a12598 color hex is 0.00, 0.77, 0.06, 0.37. Web safe color of #a12598 is #993399. Color #a12598 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00100101 10011000
Octal 241 45 230
Decimal 161 37 152
Hex A1 25 98

RGB Percentages of Color #a12598

%46.00
%10.57
%43.43

CMYK Percentages of Color #a12598

%0
%77
%6
%37

Triadic Colors of #a12598

#a12598 #98a125 #2598a1

Analogous Colors of #a12598

#a12598 #a1255a #6c25a1

Monochromatic Colors of #a12598

#a12598

Complementary Color

#a12598 #25a12e

#a12598 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a12598 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a12598 Color CSS Codes

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

#a12598 Text Font Color

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

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


#a12598 Background Color

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

This div background color is #a12598


#a12598 Border Color

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

This div border color is #a12598


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a12598


Comments

No comments written yet.

Please login to write comment.