Color Hex Logo

#a93bbe Color Hex

#A93BBE
(169,59,190)
0 Favorites   0 Comments

Color spaces of #a93bbe

RGB 16959190
HSL0.810.530.49
HSV290°69°75°
CMYK 0.110.690.00   0.25
XYZ27.220415.280750.2300
Yxy15.28070.29350.1648
Hunter Lab39.090555.8887-48.8222
CIE-Lab46.016362.2643-47.6119

#a93bbe color RGB value is (169,59,190).

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

The process color (four color CMYK) of #a93bbe color hex is 0.11, 0.69, 0.00, 0.25. Web safe color of #a93bbe is #9933cc. Color #a93bbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00111011 10111110
Octal 251 73 276
Decimal 169 59 190
Hex A9 3B BE

RGB Percentages of Color #a93bbe

%40.43
%14.11
%45.45

CMYK Percentages of Color #a93bbe

%11
%69
%0
%25

Triadic Colors of #a93bbe

#a93bbe #bea93b #3bbea9

Analogous Colors of #a93bbe

#a93bbe #be3b92 #683bbe

Monochromatic Colors of #a93bbe

#a93bbe

Complementary Color

#a93bbe #50be3b

#a93bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a93bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a93bbe Color CSS Codes

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

#a93bbe Text Font Color

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

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


#a93bbe Background Color

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

This div background color is #a93bbe


#a93bbe Border Color

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

This div border color is #a93bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a93bbe


Comments

No comments written yet.

Please login to write comment.