Color Hex Logo

#a275eb Color Hex

#A275EB
(162,117,235)
0 Favorites   0 Comments

Color spaces of #a275eb

RGB 162117235
HSL0.730.750.69
HSV263°50°92°
CMYK 0.310.500.00   0.08
XYZ36.257026.402181.7824
Yxy26.40210.25100.1828
Hunter Lab51.383036.0335-58.3993
CIE-Lab58.416841.8603-53.4964

#a275eb color RGB value is (162,117,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01110101 11101011
Octal 242 165 353
Decimal 162 117 235
Hex A2 75 EB

RGB Percentages of Color #a275eb

%31.52
%22.76
%45.72

CMYK Percentages of Color #a275eb

%31
%50
%0
%8

Triadic Colors of #a275eb

#a275eb #eba275 #75eba2

Analogous Colors of #a275eb

#a275eb #dd75eb #7583eb

Monochromatic Colors of #a275eb

#a275eb

Complementary Color

#a275eb #beeb75

#a275eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a275eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a275eb Color CSS Codes

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

#a275eb Text Font Color

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

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


#a275eb Background Color

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

This div background color is #a275eb


#a275eb Border Color

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

This div border color is #a275eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,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 #a275eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a275eb


Comments

No comments written yet.

Please login to write comment.