Color Hex Logo

#a263cb Color Hex

#A263CB
(162,99,203)
0 Favorites   0 Comments

Color spaces of #a263cb

RGB 16299203
HSL0.770.500.59
HSV276°51°80°
CMYK 0.200.510.00   0.20
XYZ30.141620.916958.9486
Yxy20.91690.27400.1901
Hunter Lab45.735037.6040-44.4054
CIE-Lab52.858444.1637-44.2837

#a263cb color RGB value is (162,99,203).

#a263cb hex color red value is 162, green value is 99 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a263cb hue: 0.77 , saturation: 0.50 and the lightness value of a263cb is 0.59.

The process color (four color CMYK) of #a263cb color hex is 0.20, 0.51, 0.00, 0.20. Web safe color of #a263cb is #9966cc. Color #a263cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01100011 11001011
Octal 242 143 313
Decimal 162 99 203
Hex A2 63 CB

RGB Percentages of Color #a263cb

%34.91
%21.34
%43.75

CMYK Percentages of Color #a263cb

%20
%51
%0
%20

Triadic Colors of #a263cb

#a263cb #cba263 #63cba2

Analogous Colors of #a263cb

#a263cb #cb63c0 #6e63cb

Monochromatic Colors of #a263cb

#a263cb

Complementary Color

#a263cb #8ccb63

#a263cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a263cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a263cb Color CSS Codes

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

#a263cb Text Font Color

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

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


#a263cb Background Color

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

This div background color is #a263cb


#a263cb Border Color

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

This div border color is #a263cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a263cb


Comments

No comments written yet.

Please login to write comment.