Color Hex Logo

#a93acb Color Hex

#A93ACB
(169,58,203)
0 Favorites   0 Comments

Color spaces of #a93acb

RGB 16958203
HSL0.790.580.51
HSV286°71°80°
CMYK 0.170.710.00   0.20
XYZ28.654715.772958.0341
Yxy15.77290.27970.1539
Hunter Lab39.715159.2874-58.8375
CIE-Lab46.675165.1143-54.0972

#a93acb color RGB value is (169,58,203).

#a93acb hex color red value is 169, green value is 58 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a93acb hue: 0.79 , saturation: 0.58 and the lightness value of a93acb is 0.51.

The process color (four color CMYK) of #a93acb color hex is 0.17, 0.71, 0.00, 0.20. Web safe color of #a93acb is #9933cc. Color #a93acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00111010 11001011
Octal 251 72 313
Decimal 169 58 203
Hex A9 3A CB

RGB Percentages of Color #a93acb

%39.30
%13.49
%47.21

CMYK Percentages of Color #a93acb

%17
%71
%0
%20

Triadic Colors of #a93acb

#a93acb #cba93a #3acba9

Analogous Colors of #a93acb

#a93acb #cb3aa5 #613acb

Monochromatic Colors of #a93acb

#a93acb

Complementary Color

#a93acb #5ccb3a

#a93acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a93acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a93acb Color CSS Codes

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

#a93acb Text Font Color

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

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


#a93acb Background Color

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

This div background color is #a93acb


#a93acb Border Color

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

This div border color is #a93acb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,58,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a93acb


Comments

No comments written yet.

Please login to write comment.