Color Hex Logo

#a358dc Color Hex

#A358DC
(163,88,220)
0 Favorites   0 Comments

Color spaces of #a358dc

RGB 16388220
HSL0.760.650.60
HSV274°60°86°
CMYK 0.260.600.00   0.14
XYZ31.512219.933369.8968
Yxy19.93330.25970.1643
Hunter Lab44.646747.8557-61.5689
CIE-Lab51.761753.9826-55.6986

#a358dc color RGB value is (163,88,220).

#a358dc hex color red value is 163, green value is 88 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a358dc hue: 0.76 , saturation: 0.65 and the lightness value of a358dc is 0.60.

The process color (four color CMYK) of #a358dc color hex is 0.26, 0.60, 0.00, 0.14. Web safe color of #a358dc is #9966cc. Color #a358dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01011000 11011100
Octal 243 130 334
Decimal 163 88 220
Hex A3 58 DC

RGB Percentages of Color #a358dc

%34.61
%18.68
%46.71

CMYK Percentages of Color #a358dc

%26
%60
%0
%14

Triadic Colors of #a358dc

#a358dc #dca358 #58dca3

Analogous Colors of #a358dc

#a358dc #dc58d3 #6158dc

Monochromatic Colors of #a358dc

#a358dc

Complementary Color

#a358dc #91dc58

#a358dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a358dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a358dc Color CSS Codes

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

#a358dc Text Font Color

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

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


#a358dc Background Color

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

This div background color is #a358dc


#a358dc Border Color

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

This div border color is #a358dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,88,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a358dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a358dc;
  -webkit-box-shadow: 1px 1px 3px 2px #a358dc;
  box-shadow:         1px 1px 3px 2px #a358dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,88,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a358dc


Comments

No comments written yet.

Please login to write comment.