Color Hex Logo

#a15cef Color Hex

#A15CEF
(161,92,239)
0 Favorites   0 Comments

Color spaces of #a15cef

RGB 16192239
HSL0.740.820.65
HSV268°62°94°
CMYK 0.330.620.00   0.06
XYZ34.105121.463484.0067
Yxy21.46340.24430.1538
Hunter Lab46.328650.3288-75.0793
CIE-Lab53.453055.9352-63.6881

#a15cef color RGB value is (161,92,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01011100 11101111
Octal 241 134 357
Decimal 161 92 239
Hex A1 5C EF

RGB Percentages of Color #a15cef

%32.72
%18.70
%48.58

CMYK Percentages of Color #a15cef

%33
%62
%0
%6

Triadic Colors of #a15cef

#a15cef #efa15c #5cefa1

Analogous Colors of #a15cef

#a15cef #eb5cef #5c61ef

Monochromatic Colors of #a15cef

#a15cef

Complementary Color

#a15cef #aaef5c

#a15cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a15cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a15cef Color CSS Codes

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

#a15cef Text Font Color

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

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


#a15cef Background Color

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

This div background color is #a15cef


#a15cef Border Color

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

This div border color is #a15cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a15cef


Comments

No comments written yet.

Please login to write comment.