Color Hex Logo

#a375eb Color Hex

#A375EB
(163,117,235)
0 Favorites   0 Comments

Color spaces of #a375eb

RGB 163117235
HSL0.730.750.69
HSV263°50°92°
CMYK 0.310.500.00   0.08
XYZ36.460926.507381.7920
Yxy26.50730.25190.1831
Hunter Lab51.485236.3112-58.1514
CIE-Lab58.515542.1134-53.3333

#a375eb color RGB value is (163,117,235).

#a375eb hex color red value is 163, green value is 117 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a375eb hue: 0.73 , saturation: 0.75 and the lightness value of a375eb is 0.69.

The process color (four color CMYK) of #a375eb color hex is 0.31, 0.50, 0.00, 0.08. Web safe color of #a375eb is #9966ff. Color #a375eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01110101 11101011
Octal 243 165 353
Decimal 163 117 235
Hex A3 75 EB

RGB Percentages of Color #a375eb

%31.65
%22.72
%45.63

CMYK Percentages of Color #a375eb

%31
%50
%0
%8

Triadic Colors of #a375eb

#a375eb #eba375 #75eba3

Analogous Colors of #a375eb

#a375eb #de75eb #7582eb

Monochromatic Colors of #a375eb

#a375eb

Complementary Color

#a375eb #bdeb75

#a375eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a375eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a375eb Color CSS Codes

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

#a375eb Text Font Color

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

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


#a375eb Background Color

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

This div background color is #a375eb


#a375eb Border Color

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

This div border color is #a375eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a375eb


Comments

No comments written yet.

Please login to write comment.