Color Hex Logo

#a358fb Color Hex

#A358FB
(163,88,251)
0 Favorites   0 Comments

Color spaces of #a358fb

RGB 16388251
HSL0.740.950.66
HSV268°65°98°
CMYK 0.350.650.00   0.02
XYZ36.006621.731093.5635
Yxy21.73100.23800.1436
Hunter Lab46.616556.2945-86.3687
CIE-Lab53.740461.1803-69.9002

#a358fb color RGB value is (163,88,251).

#a358fb hex color red value is 163, green value is 88 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a358fb hue: 0.74 , saturation: 0.95 and the lightness value of a358fb is 0.66.

The process color (four color CMYK) of #a358fb color hex is 0.35, 0.65, 0.00, 0.02. Web safe color of #a358fb is #9966ff. Color #a358fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01011000 11111011
Octal 243 130 373
Decimal 163 88 251
Hex A3 58 FB

RGB Percentages of Color #a358fb

%32.47
%17.53
%50.00

CMYK Percentages of Color #a358fb

%35
%65
%0
%2

Triadic Colors of #a358fb

#a358fb #fba358 #58fba3

Analogous Colors of #a358fb

#a358fb #f558fb #585efb

Monochromatic Colors of #a358fb

#a358fb

Complementary Color

#a358fb #b0fb58

#a358fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a358fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a358fb Color CSS Codes

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

#a358fb Text Font Color

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

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


#a358fb Background Color

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

This div background color is #a358fb


#a358fb Border Color

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

This div border color is #a358fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a358fb


Comments

No comments written yet.

Please login to write comment.