Color Hex Logo

#a351cd Color Hex

#A351CD
(163,81,205)
0 Favorites   0 Comments

Color spaces of #a351cd

RGB 16381205
HSL0.780.550.56
HSV280°60°80°
CMYK 0.200.600.00   0.20
XYZ29.066118.079259.7153
Yxy18.07920.27200.1692
Hunter Lab42.519647.6119-53.5041
CIE-Lab49.592054.1383-50.6190

#a351cd color RGB value is (163,81,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01010001 11001101
Octal 243 121 315
Decimal 163 81 205
Hex A3 51 CD

RGB Percentages of Color #a351cd

%36.30
%18.04
%45.66

CMYK Percentages of Color #a351cd

%20
%60
%0
%20

Triadic Colors of #a351cd

#a351cd #cda351 #51cda3

Analogous Colors of #a351cd

#a351cd #cd51b9 #6551cd

Monochromatic Colors of #a351cd

#a351cd

Complementary Color

#a351cd #7bcd51

#a351cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a351cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a351cd Color CSS Codes

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

#a351cd Text Font Color

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

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


#a351cd Background Color

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

This div background color is #a351cd


#a351cd Border Color

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

This div border color is #a351cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a351cd


Comments

No comments written yet.

Please login to write comment.