Color Hex Logo

#a30ecb Color Hex

#A30ECB
(163,14,203)
0 Favorites   0 Comments

Color spaces of #a30ecb

RGB 16314203
HSL0.800.870.43
HSV287°93°80°
CMYK 0.200.930.00   0.20
XYZ26.040812.412457.5232
Yxy12.41240.27130.1293
Hunter Lab35.231270.2817-72.1429
CIE-Lab41.864275.3300-61.9146

#a30ecb color RGB value is (163,14,203).

#a30ecb hex color red value is 163, green value is 14 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a30ecb hue: 0.80 , saturation: 0.87 and the lightness value of a30ecb is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00001110 11001011
Octal 243 16 313
Decimal 163 14 203
Hex A3 E CB

RGB Percentages of Color #a30ecb

%42.89
%3.68
%53.42

CMYK Percentages of Color #a30ecb

%20
%93
%0
%20

Triadic Colors of #a30ecb

#a30ecb #cba30e #0ecba3

Analogous Colors of #a30ecb

#a30ecb #cb0e95 #450ecb

Monochromatic Colors of #a30ecb

#a30ecb

Complementary Color

#a30ecb #36cb0e

#a30ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a30ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a30ecb Color CSS Codes

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

#a30ecb Text Font Color

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

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


#a30ecb Background Color

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

This div background color is #a30ecb


#a30ecb Border Color

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

This div border color is #a30ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a30ecb


Comments

No comments written yet.

Please login to write comment.