Color Hex Logo

#a358ec Color Hex

#A358EC
(163,88,236)
0 Favorites   0 Comments

Color spaces of #a358ec

RGB 16388236
HSL0.750.800.64
HSV270°63°93°
CMYK 0.310.630.00   0.07
XYZ33.734320.822181.5980
Yxy20.82210.24780.1529
Hunter Lab45.631252.1070-74.0808
CIE-Lab52.754257.6546-63.1226

#a358ec color RGB value is (163,88,236).

#a358ec hex color red value is 163, green value is 88 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a358ec hue: 0.75 , saturation: 0.80 and the lightness value of a358ec is 0.64.

The process color (four color CMYK) of #a358ec color hex is 0.31, 0.63, 0.00, 0.07. Web safe color of #a358ec is #9966ff. Color #a358ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01011000 11101100
Octal 243 130 354
Decimal 163 88 236
Hex A3 58 EC

RGB Percentages of Color #a358ec

%33.47
%18.07
%48.46

CMYK Percentages of Color #a358ec

%31
%63
%0
%7

Triadic Colors of #a358ec

#a358ec #eca358 #58eca3

Analogous Colors of #a358ec

#a358ec #ec58eb #5958ec

Monochromatic Colors of #a358ec

#a358ec

Complementary Color

#a358ec #a1ec58

#a358ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a358ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a358ec Color CSS Codes

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

#a358ec Text Font Color

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

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


#a358ec Background Color

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

This div background color is #a358ec


#a358ec Border Color

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

This div border color is #a358ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a358ec


Comments

No comments written yet.

Please login to write comment.