Color Hex Logo

#a93abc Color Hex

#A93ABC
(169,58,188)
0 Favorites   0 Comments

Color spaces of #a93abc

RGB 16958188
HSL0.810.530.48
HSV291°69°74°
CMYK 0.100.690.00   0.26
XYZ26.952315.092049.0694
Yxy15.09200.29580.1656
Hunter Lab38.848455.8552-47.6952
CIE-Lab45.759962.2836-46.8543

#a93abc color RGB value is (169,58,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00111010 10111100
Octal 251 72 274
Decimal 169 58 188
Hex A9 3A BC

RGB Percentages of Color #a93abc

%40.72
%13.98
%45.30

CMYK Percentages of Color #a93abc

%10
%69
%0
%26

Triadic Colors of #a93abc

#a93abc #bca93a #3abca9

Analogous Colors of #a93abc

#a93abc #bc3a8e #683abc

Monochromatic Colors of #a93abc

#a93abc

Complementary Color

#a93abc #4dbc3a

#a93abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a93abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a93abc Color CSS Codes

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

#a93abc Text Font Color

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

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


#a93abc Background Color

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

This div background color is #a93abc


#a93abc Border Color

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

This div border color is #a93abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a93abc


Comments

No comments written yet.

Please login to write comment.