Color Hex Logo

#a308ed Color Hex

#A308ED
(163,8,237)
0 Favorites   0 Comments

Color spaces of #a308ed

RGB 1638237
HSL0.780.930.48
HSV281°97°93°
CMYK 0.310.970.00   0.07
XYZ30.477214.074681.2311
Yxy14.07460.24230.1119
Hunter Lab37.516179.3559-102.1153
CIE-Lab44.339782.1430-77.3577

#a308ed color RGB value is (163,8,237).

#a308ed hex color red value is 163, green value is 8 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a308ed hue: 0.78 , saturation: 0.93 and the lightness value of a308ed is 0.48.

The process color (four color CMYK) of #a308ed color hex is 0.31, 0.97, 0.00, 0.07. Web safe color of #a308ed is #9900ff. Color #a308ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00001000 11101101
Octal 243 10 355
Decimal 163 8 237
Hex A3 8 ED

RGB Percentages of Color #a308ed

%39.95
%1.96
%58.09

CMYK Percentages of Color #a308ed

%31
%97
%0
%7

Triadic Colors of #a308ed

#a308ed #eda308 #08eda3

Analogous Colors of #a308ed

#a308ed #ed08c5 #3108ed

Monochromatic Colors of #a308ed

#a308ed

Complementary Color

#a308ed #52ed08

#a308ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a308ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a308ed Color CSS Codes

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

#a308ed Text Font Color

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

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


#a308ed Background Color

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

This div background color is #a308ed


#a308ed Border Color

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

This div border color is #a308ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a308ed


Comments

No comments written yet.

Please login to write comment.