Color Hex Logo

#a30ebb Color Hex

#A30EBB
(163,14,187)
0 Favorites   0 Comments

Color spaces of #a30ebb

RGB 16314187
HSL0.810.860.39
HSV292°93°73°
CMYK 0.130.930.00   0.27
XYZ24.230911.688547.9927
Yxy11.68850.28880.1393
Hunter Lab34.188466.6812-59.2976
CIE-Lab40.716772.5712-54.4197

#a30ebb color RGB value is (163,14,187).

#a30ebb hex color red value is 163, green value is 14 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a30ebb hue: 0.81 , saturation: 0.86 and the lightness value of a30ebb is 0.39.

The process color (four color CMYK) of #a30ebb color hex is 0.13, 0.93, 0.00, 0.27. Web safe color of #a30ebb is #9900cc. Color #a30ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00001110 10111011
Octal 243 16 273
Decimal 163 14 187
Hex A3 E BB

RGB Percentages of Color #a30ebb

%44.78
%3.85
%51.37

CMYK Percentages of Color #a30ebb

%13
%93
%0
%27

Triadic Colors of #a30ebb

#a30ebb #bba30e #0ebba3

Analogous Colors of #a30ebb

#a30ebb #bb0e7d #4c0ebb

Monochromatic Colors of #a30ebb

#a30ebb

Complementary Color

#a30ebb #26bb0e

#a30ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a30ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a30ebb Color CSS Codes

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

#a30ebb Text Font Color

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

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


#a30ebb Background Color

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

This div background color is #a30ebb


#a30ebb Border Color

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

This div border color is #a30ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a30ebb


Comments

No comments written yet.

Please login to write comment.