Color Hex Logo

#a358bf Color Hex

#A358BF
(163,88,191)
0 Favorites   0 Comments

Color spaces of #a358bf

RGB 16388191
HSL0.790.450.55
HSV284°54°75°
CMYK 0.150.540.00   0.25
XYZ27.998018.527651.3907
Yxy18.52760.28590.1892
Hunter Lab43.043740.7798-40.6569
CIE-Lab50.129947.6422-41.7007

#a358bf color RGB value is (163,88,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01011000 10111111
Octal 243 130 277
Decimal 163 88 191
Hex A3 58 BF

RGB Percentages of Color #a358bf

%36.88
%19.91
%43.21

CMYK Percentages of Color #a358bf

%15
%54
%0
%25

Triadic Colors of #a358bf

#a358bf #bfa358 #58bfa3

Analogous Colors of #a358bf

#a358bf #bf58a8 #7058bf

Monochromatic Colors of #a358bf

#a358bf

Complementary Color

#a358bf #74bf58

#a358bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a358bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a358bf Color CSS Codes

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

#a358bf Text Font Color

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

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


#a358bf Background Color

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

This div background color is #a358bf


#a358bf Border Color

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

This div border color is #a358bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a358bf


Comments

No comments written yet.

Please login to write comment.