Color Hex Logo

#a343cb Color Hex

#A343CB
(163,67,203)
0 Favorites   0 Comments

Color spaces of #a343cb

RGB 16367203
HSL0.780.570.53
HSV282°67°80°
CMYK 0.200.670.00   0.20
XYZ27.890916.112658.1399
Yxy16.11260.27310.1577
Hunter Lab40.140553.7816-57.7779
CIE-Lab47.121960.1830-53.4254

#a343cb color RGB value is (163,67,203).

#a343cb hex color red value is 163, green value is 67 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a343cb hue: 0.78 , saturation: 0.57 and the lightness value of a343cb is 0.53.

The process color (four color CMYK) of #a343cb color hex is 0.20, 0.67, 0.00, 0.20. Web safe color of #a343cb is #9933cc. Color #a343cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01000011 11001011
Octal 243 103 313
Decimal 163 67 203
Hex A3 43 CB

RGB Percentages of Color #a343cb

%37.64
%15.47
%46.88

CMYK Percentages of Color #a343cb

%20
%67
%0
%20

Triadic Colors of #a343cb

#a343cb #cba343 #43cba3

Analogous Colors of #a343cb

#a343cb #cb43af #5f43cb

Monochromatic Colors of #a343cb

#a343cb

Complementary Color

#a343cb #6bcb43

#a343cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a343cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a343cb Color CSS Codes

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

#a343cb Text Font Color

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

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


#a343cb Background Color

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

This div background color is #a343cb


#a343cb Border Color

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

This div border color is #a343cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a343cb


Comments

No comments written yet.

Please login to write comment.