Color Hex Logo

#a330ea Color Hex

#A330EA
(163,48,234)
0 Favorites   0 Comments

Color spaces of #a330ea

RGB 16348234
HSL0.770.820.55
HSV277°79°92°
CMYK 0.300.790.00   0.08
XYZ31.012515.840979.2650
Yxy15.84090.24590.1256
Hunter Lab39.800669.4354-90.2186
CIE-Lab46.765173.6810-71.7007

#a330ea color RGB value is (163,48,234).

#a330ea hex color red value is 163, green value is 48 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a330ea hue: 0.77 , saturation: 0.82 and the lightness value of a330ea is 0.55.

The process color (four color CMYK) of #a330ea color hex is 0.30, 0.79, 0.00, 0.08. Web safe color of #a330ea is #9933ff. Color #a330ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00110000 11101010
Octal 243 60 352
Decimal 163 48 234
Hex A3 30 EA

RGB Percentages of Color #a330ea

%36.63
%10.79
%52.58

CMYK Percentages of Color #a330ea

%30
%79
%0
%8

Triadic Colors of #a330ea

#a330ea #eaa330 #30eaa3

Analogous Colors of #a330ea

#a330ea #ea30d4 #4630ea

Monochromatic Colors of #a330ea

#a330ea

Complementary Color

#a330ea #77ea30

#a330ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a330ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a330ea Color CSS Codes

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

#a330ea Text Font Color

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

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


#a330ea Background Color

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

This div background color is #a330ea


#a330ea Border Color

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

This div border color is #a330ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a330ea


Comments

No comments written yet.

Please login to write comment.