Color Hex Logo

#a93ccb Color Hex

#A93CCB
(169,60,203)
0 Favorites   0 Comments

Color spaces of #a93ccb

RGB 16960203
HSL0.790.580.52
HSV286°70°80°
CMYK 0.170.700.00   0.20
XYZ28.757515.978558.0684
Yxy15.97850.27970.1554
Hunter Lab39.973158.4637-58.1486
CIE-Lab46.946364.3460-53.6616

#a93ccb color RGB value is (169,60,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00111100 11001011
Octal 251 74 313
Decimal 169 60 203
Hex A9 3C CB

RGB Percentages of Color #a93ccb

%39.12
%13.89
%46.99

CMYK Percentages of Color #a93ccb

%17
%70
%0
%20

Triadic Colors of #a93ccb

#a93ccb #cba93c #3ccba9

Analogous Colors of #a93ccb

#a93ccb #cb3ca6 #613ccb

Monochromatic Colors of #a93ccb

#a93ccb

Complementary Color

#a93ccb #5ecb3c

#a93ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a93ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a93ccb Color CSS Codes

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

#a93ccb Text Font Color

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

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


#a93ccb Background Color

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

This div background color is #a93ccb


#a93ccb Border Color

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

This div border color is #a93ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a93ccb


Comments

No comments written yet.

Please login to write comment.