Color Hex Logo

#a358df Color Hex

#A358DF
(163,88,223)
0 Favorites   0 Comments

Color spaces of #a358df

RGB 16388223
HSL0.760.680.61
HSV273°61°87°
CMYK 0.270.610.00   0.13
XYZ31.913320.093772.0085
Yxy20.09370.25730.1620
Hunter Lab44.826048.6353-63.8653
CIE-Lab51.943054.6633-57.1063

#a358df color RGB value is (163,88,223).

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

The process color (four color CMYK) of #a358df color hex is 0.27, 0.61, 0.00, 0.13. Web safe color of #a358df is #9966cc. Color #a358df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01011000 11011111
Octal 243 130 337
Decimal 163 88 223
Hex A3 58 DF

RGB Percentages of Color #a358df

%34.39
%18.57
%47.05

CMYK Percentages of Color #a358df

%27
%61
%0
%13

Triadic Colors of #a358df

#a358df #dfa358 #58dfa3

Analogous Colors of #a358df

#a358df #df58d8 #6058df

Monochromatic Colors of #a358df

#a358df

Complementary Color

#a358df #94df58

#a358df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a358df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a358df Color CSS Codes

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

#a358df Text Font Color

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

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


#a358df Background Color

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

This div background color is #a358df


#a358df Border Color

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

This div border color is #a358df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a358df


Comments

No comments written yet.

Please login to write comment.