Color Hex Logo

#a15bf2 Color Hex

#A15BF2
(161,91,242)
0 Favorites   0 Comments

Color spaces of #a15bf2

RGB 16191242
HSL0.740.850.65
HSV268°62°95°
CMYK 0.330.620.00   0.05
XYZ34.466021.470086.3320
Yxy21.47000.24230.1509
Hunter Lab46.335751.6865-78.0332
CIE-Lab53.460157.1534-65.3529

#a15bf2 color RGB value is (161,91,242).

#a15bf2 hex color red value is 161, green value is 91 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #a15bf2 hue: 0.74 , saturation: 0.85 and the lightness value of a15bf2 is 0.65.

The process color (four color CMYK) of #a15bf2 color hex is 0.33, 0.62, 0.00, 0.05. Web safe color of #a15bf2 is #9966ff. Color #a15bf2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01011011 11110010
Octal 241 133 362
Decimal 161 91 242
Hex A1 5B F2

RGB Percentages of Color #a15bf2

%32.59
%18.42
%48.99

CMYK Percentages of Color #a15bf2

%33
%62
%0
%5

Triadic Colors of #a15bf2

#a15bf2 #f2a15b #5bf2a1

Analogous Colors of #a15bf2

#a15bf2 #ed5bf2 #5b61f2

Monochromatic Colors of #a15bf2

#a15bf2

Complementary Color

#a15bf2 #acf25b

#a15bf2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a15bf2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a15bf2 Color CSS Codes

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

#a15bf2 Text Font Color

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

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


#a15bf2 Background Color

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

This div background color is #a15bf2


#a15bf2 Border Color

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

This div border color is #a15bf2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a15bf2


Comments

No comments written yet.

Please login to write comment.