Color Hex Logo

#a93ecb Color Hex

#A93ECB
(169,62,203)
0 Favorites   0 Comments

Color spaces of #a93ecb

RGB 16962203
HSL0.790.580.52
HSV286°69°80°
CMYK 0.170.690.00   0.20
XYZ28.864316.192158.1040
Yxy16.19210.27980.1570
Hunter Lab40.239457.6216-57.4447
CIE-Lab47.225563.5574-53.2133

#a93ecb color RGB value is (169,62,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00111110 11001011
Octal 251 76 313
Decimal 169 62 203
Hex A9 3E CB

RGB Percentages of Color #a93ecb

%38.94
%14.29
%46.77

CMYK Percentages of Color #a93ecb

%17
%69
%0
%20

Triadic Colors of #a93ecb

#a93ecb #cba93e #3ecba9

Analogous Colors of #a93ecb

#a93ecb #cb3ea7 #633ecb

Monochromatic Colors of #a93ecb

#a93ecb

Complementary Color

#a93ecb #60cb3e

#a93ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a93ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a93ecb Color CSS Codes

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

#a93ecb Text Font Color

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

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


#a93ecb Background Color

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

This div background color is #a93ecb


#a93ecb Border Color

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

This div border color is #a93ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a93ecb


Comments

No comments written yet.

Please login to write comment.