Color Hex Logo

#a230ba Color Hex

#A230BA
(162,48,186)
0 Favorites   0 Comments

Color spaces of #a230ba

RGB 16248186
HSL0.800.590.46
HSV290°74°73°
CMYK 0.130.740.00   0.27
XYZ24.820213.340547.7212
Yxy13.34050.28900.1553
Hunter Lab36.524657.3809-51.8980
CIE-Lab43.271964.1071-49.7267

#a230ba color RGB value is (162,48,186).

#a230ba hex color red value is 162, green value is 48 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a230ba hue: 0.80 , saturation: 0.59 and the lightness value of a230ba is 0.46.

The process color (four color CMYK) of #a230ba color hex is 0.13, 0.74, 0.00, 0.27. Web safe color of #a230ba is #9933cc. Color #a230ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00110000 10111010
Octal 242 60 272
Decimal 162 48 186
Hex A2 30 BA

RGB Percentages of Color #a230ba

%40.91
%12.12
%46.97

CMYK Percentages of Color #a230ba

%13
%74
%0
%27

Triadic Colors of #a230ba

#a230ba #baa230 #30baa2

Analogous Colors of #a230ba

#a230ba #ba308d #5d30ba

Monochromatic Colors of #a230ba

#a230ba

Complementary Color

#a230ba #48ba30

#a230ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a230ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a230ba Color CSS Codes

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

#a230ba Text Font Color

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

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


#a230ba Background Color

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

This div background color is #a230ba


#a230ba Border Color

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

This div border color is #a230ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a230ba


Comments

No comments written yet.

Please login to write comment.