Color Hex Logo

#a23abc Color Hex

#A23ABC
(162,58,188)
0 Favorites   0 Comments

Color spaces of #a23abc

RGB 16258188
HSL0.800.530.48
HSV288°69°74°
CMYK 0.140.690.00   0.26
XYZ25.490414.338349.0010
Yxy14.33830.28700.1614
Hunter Lab37.865953.8963-50.2190
CIE-Lab44.714260.7411-48.5860

#a23abc color RGB value is (162,58,188).

#a23abc hex color red value is 162, green value is 58 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a23abc hue: 0.80 , saturation: 0.53 and the lightness value of a23abc is 0.48.

The process color (four color CMYK) of #a23abc color hex is 0.14, 0.69, 0.00, 0.26. Web safe color of #a23abc is #9933cc. Color #a23abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00111010 10111100
Octal 242 72 274
Decimal 162 58 188
Hex A2 3A BC

RGB Percentages of Color #a23abc

%39.71
%14.22
%46.08

CMYK Percentages of Color #a23abc

%14
%69
%0
%26

Triadic Colors of #a23abc

#a23abc #bca23a #3abca2

Analogous Colors of #a23abc

#a23abc #bc3a95 #613abc

Monochromatic Colors of #a23abc

#a23abc

Complementary Color

#a23abc #54bc3a

#a23abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a23abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a23abc Color CSS Codes

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

#a23abc Text Font Color

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

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


#a23abc Background Color

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

This div background color is #a23abc


#a23abc Border Color

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

This div border color is #a23abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a23abc


Comments

No comments written yet.

Please login to write comment.