Color Hex Logo

#a310cb Color Hex

#A310CB
(163,16,203)
0 Favorites   0 Comments

Color spaces of #a310cb

RGB 16316203
HSL0.800.850.43
HSV287°92°80°
CMYK 0.200.920.00   0.20
XYZ26.069012.468957.5327
Yxy12.46890.27140.1298
Hunter Lab35.311369.9849-71.8832
CIE-Lab41.951975.0693-61.7724

#a310cb color RGB value is (163,16,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00010000 11001011
Octal 243 20 313
Decimal 163 16 203
Hex A3 10 CB

RGB Percentages of Color #a310cb

%42.67
%4.19
%53.14

CMYK Percentages of Color #a310cb

%20
%92
%0
%20

Triadic Colors of #a310cb

#a310cb #cba310 #10cba3

Analogous Colors of #a310cb

#a310cb #cb1096 #4610cb

Monochromatic Colors of #a310cb

#a310cb

Complementary Color

#a310cb #38cb10

#a310cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a310cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a310cb Color CSS Codes

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

#a310cb Text Font Color

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

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


#a310cb Background Color

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

This div background color is #a310cb


#a310cb Border Color

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

This div border color is #a310cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a310cb


Comments

No comments written yet.

Please login to write comment.