Color Hex Logo

#a358be Color Hex

#A358BE
(163,88,190)
0 Favorites   0 Comments

Color spaces of #a358be

RGB 16388190
HSL0.790.440.55
HSV284°54°75°
CMYK 0.140.540.00   0.25
XYZ27.888218.483750.8130
Yxy18.48370.28700.1902
Hunter Lab42.992740.5510-39.9799
CIE-Lab50.077647.4320-41.2052

#a358be color RGB value is (163,88,190).

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

The process color (four color CMYK) of #a358be color hex is 0.14, 0.54, 0.00, 0.25. Web safe color of #a358be is #9966cc. Color #a358be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01011000 10111110
Octal 243 130 276
Decimal 163 88 190
Hex A3 58 BE

RGB Percentages of Color #a358be

%36.96
%19.95
%43.08

CMYK Percentages of Color #a358be

%14
%54
%0
%25

Triadic Colors of #a358be

#a358be #bea358 #58bea3

Analogous Colors of #a358be

#a358be #be58a6 #7058be

Monochromatic Colors of #a358be

#a358be

Complementary Color

#a358be #73be58

#a358be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a358be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a358be Color CSS Codes

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

#a358be Text Font Color

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

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


#a358be Background Color

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

This div background color is #a358be


#a358be Border Color

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

This div border color is #a358be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a358be


Comments

No comments written yet.

Please login to write comment.