Color Hex Logo

#a151cd Color Hex

#A151CD
(161,81,205)
0 Favorites   0 Comments

Color spaces of #a151cd

RGB 16181205
HSL0.770.550.56
HSV279°60°80°
CMYK 0.210.600.00   0.20
XYZ28.659817.869759.6963
Yxy17.86970.26980.1682
Hunter Lab42.272647.0418-54.1371
CIE-Lab49.337753.6577-51.0402

#a151cd color RGB value is (161,81,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01010001 11001101
Octal 241 121 315
Decimal 161 81 205
Hex A1 51 CD

RGB Percentages of Color #a151cd

%36.02
%18.12
%45.86

CMYK Percentages of Color #a151cd

%21
%60
%0
%20

Triadic Colors of #a151cd

#a151cd #cda151 #51cda1

Analogous Colors of #a151cd

#a151cd #cd51bb #6351cd

Monochromatic Colors of #a151cd

#a151cd

Complementary Color

#a151cd #7dcd51

#a151cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a151cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a151cd Color CSS Codes

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

#a151cd Text Font Color

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

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


#a151cd Background Color

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

This div background color is #a151cd


#a151cd Border Color

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

This div border color is #a151cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a151cd


Comments

No comments written yet.

Please login to write comment.