Color Hex Logo

#a15ffc Color Hex

#A15FFC
(161,95,252)
0 Favorites   0 Comments

Color spaces of #a15ffc

RGB 16195252
HSL0.740.960.68
HSV265°62°99°
CMYK 0.360.620.00   0.01
XYZ36.360822.789894.5779
Yxy22.78980.23650.1482
Hunter Lab47.738752.4143-84.0459
CIE-Lab54.855257.5578-68.6629

#a15ffc color RGB value is (161,95,252).

#a15ffc hex color red value is 161, green value is 95 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #a15ffc hue: 0.74 , saturation: 0.96 and the lightness value of a15ffc is 0.68.

The process color (four color CMYK) of #a15ffc color hex is 0.36, 0.62, 0.00, 0.01. Web safe color of #a15ffc is #9966ff. Color #a15ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01011111 11111100
Octal 241 137 374
Decimal 161 95 252
Hex A1 5F FC

RGB Percentages of Color #a15ffc

%31.69
%18.70
%49.61

CMYK Percentages of Color #a15ffc

%36
%62
%0
%1

Triadic Colors of #a15ffc

#a15ffc #fca15f #5ffca1

Analogous Colors of #a15ffc

#a15ffc #f05ffc #5f6cfc

Monochromatic Colors of #a15ffc

#a15ffc

Complementary Color

#a15ffc #bafc5f

#a15ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a15ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a15ffc Color CSS Codes

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

#a15ffc Text Font Color

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

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


#a15ffc Background Color

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

This div background color is #a15ffc


#a15ffc Border Color

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

This div border color is #a15ffc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,95,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a15ffc


Comments

No comments written yet.

Please login to write comment.