Color Hex Logo

#a358ce Color Hex

#A358CE
(163,88,206)
0 Favorites   0 Comments

Color spaces of #a358ce

RGB 16388206
HSL0.770.550.58
HSV278°57°81°
CMYK 0.210.570.00   0.19
XYZ29.734619.222260.5356
Yxy19.22220.27160.1756
Hunter Lab43.843144.3340-51.1734
CIE-Lab50.946250.8645-49.0305

#a358ce color RGB value is (163,88,206).

#a358ce hex color red value is 163, green value is 88 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a358ce hue: 0.77 , saturation: 0.55 and the lightness value of a358ce is 0.58.

The process color (four color CMYK) of #a358ce color hex is 0.21, 0.57, 0.00, 0.19. Web safe color of #a358ce is #9966cc. Color #a358ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01011000 11001110
Octal 243 130 316
Decimal 163 88 206
Hex A3 58 CE

RGB Percentages of Color #a358ce

%35.67
%19.26
%45.08

CMYK Percentages of Color #a358ce

%21
%57
%0
%19

Triadic Colors of #a358ce

#a358ce #cea358 #58cea3

Analogous Colors of #a358ce

#a358ce #ce58be #6858ce

Monochromatic Colors of #a358ce

#a358ce

Complementary Color

#a358ce #83ce58

#a358ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a358ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a358ce Color CSS Codes

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

#a358ce Text Font Color

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

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


#a358ce Background Color

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

This div background color is #a358ce


#a358ce Border Color

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

This div border color is #a358ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a358ce


Comments

No comments written yet.

Please login to write comment.