Color Hex Logo

#a30fee Color Hex

#A30FEE
(163,15,238)
0 Favorites   0 Comments

Color spaces of #a30fee

RGB 16315238
HSL0.780.880.50
HSV280°94°93°
CMYK 0.320.940.00   0.07
XYZ30.707714.301282.0309
Yxy14.30120.24170.1126
Hunter Lab37.816978.7641-102.1375
CIE-Lab44.661881.6152-77.3957

#a30fee color RGB value is (163,15,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00001111 11101110
Octal 243 17 356
Decimal 163 15 238
Hex A3 F EE

RGB Percentages of Color #a30fee

%39.18
%3.61
%57.21

CMYK Percentages of Color #a30fee

%32
%94
%0
%7

Triadic Colors of #a30fee

#a30fee #eea30f #0feea3

Analogous Colors of #a30fee

#a30fee #ee0fca #340fee

Monochromatic Colors of #a30fee

#a30fee

Complementary Color

#a30fee #5aee0f

#a30fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a30fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a30fee Color CSS Codes

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

#a30fee Text Font Color

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

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


#a30fee Background Color

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

This div background color is #a30fee


#a30fee Border Color

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

This div border color is #a30fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a30fee


Comments

No comments written yet.

Please login to write comment.