Color Hex Logo

#a355cb Color Hex

#A355CB
(163,85,203)
0 Favorites   0 Comments

Color spaces of #a355cb

RGB 16385203
HSL0.780.530.56
HSV280°58°80°
CMYK 0.200.580.00   0.20
XYZ29.132218.595358.5537
Yxy18.59530.27410.1750
Hunter Lab43.122345.1256-50.3215
CIE-Lab50.210351.7284-48.4845

#a355cb color RGB value is (163,85,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01010101 11001011
Octal 243 125 313
Decimal 163 85 203
Hex A3 55 CB

RGB Percentages of Color #a355cb

%36.14
%18.85
%45.01

CMYK Percentages of Color #a355cb

%20
%58
%0
%20

Triadic Colors of #a355cb

#a355cb #cba355 #55cba3

Analogous Colors of #a355cb

#a355cb #cb55b8 #6855cb

Monochromatic Colors of #a355cb

#a355cb

Complementary Color

#a355cb #7dcb55

#a355cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a355cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a355cb Color CSS Codes

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

#a355cb Text Font Color

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

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


#a355cb Background Color

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

This div background color is #a355cb


#a355cb Border Color

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

This div border color is #a355cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a355cb


Comments

No comments written yet.

Please login to write comment.