Color Hex Logo

#a310ee Color Hex

#A310EE
(163,16,238)
0 Favorites   0 Comments

Color spaces of #a310ee

RGB 16316238
HSL0.780.870.50
HSV280°93°93°
CMYK 0.320.930.00   0.07
XYZ30.722214.330282.0357
Yxy14.33020.24170.1128
Hunter Lab37.855378.6186-101.9880
CIE-Lab44.702881.4926-77.3286

#a310ee color RGB value is (163,16,238).

#a310ee hex color red value is 163, green value is 16 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a310ee hue: 0.78 , saturation: 0.87 and the lightness value of a310ee is 0.50.

The process color (four color CMYK) of #a310ee color hex is 0.32, 0.93, 0.00, 0.07. Web safe color of #a310ee is #9900ff. Color #a310ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00010000 11101110
Octal 243 20 356
Decimal 163 16 238
Hex A3 10 EE

RGB Percentages of Color #a310ee

%39.09
%3.84
%57.07

CMYK Percentages of Color #a310ee

%32
%93
%0
%7

Triadic Colors of #a310ee

#a310ee #eea310 #10eea3

Analogous Colors of #a310ee

#a310ee #ee10ca #3410ee

Monochromatic Colors of #a310ee

#a310ee

Complementary Color

#a310ee #5bee10

#a310ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a310ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a310ee Color CSS Codes

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

#a310ee Text Font Color

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

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


#a310ee Background Color

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

This div background color is #a310ee


#a310ee Border Color

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

This div border color is #a310ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a310ee


Comments

No comments written yet.

Please login to write comment.