Color Hex Logo

#a15cd5 Color Hex

#A15CD5
(161,92,213)
0 Favorites   0 Comments

Color spaces of #a15cd5

RGB 16192213
HSL0.760.590.60
HSV274°57°84°
CMYK 0.240.570.00   0.16
XYZ30.535320.035565.2086
Yxy20.03550.26370.1730
Hunter Lab44.761043.4382-55.0419
CIE-Lab51.877349.8707-51.5523

#a15cd5 color RGB value is (161,92,213).

#a15cd5 hex color red value is 161, green value is 92 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #a15cd5 hue: 0.76 , saturation: 0.59 and the lightness value of a15cd5 is 0.60.

The process color (four color CMYK) of #a15cd5 color hex is 0.24, 0.57, 0.00, 0.16. Web safe color of #a15cd5 is #9966cc. Color #a15cd5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01011100 11010101
Octal 241 134 325
Decimal 161 92 213
Hex A1 5C D5

RGB Percentages of Color #a15cd5

%34.55
%19.74
%45.71

CMYK Percentages of Color #a15cd5

%24
%57
%0
%16

Triadic Colors of #a15cd5

#a15cd5 #d5a15c #5cd5a1

Analogous Colors of #a15cd5

#a15cd5 #d55ccd #655cd5

Monochromatic Colors of #a15cd5

#a15cd5

Complementary Color

#a15cd5 #90d55c

#a15cd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a15cd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a15cd5 Color CSS Codes

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

#a15cd5 Text Font Color

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

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


#a15cd5 Background Color

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

This div background color is #a15cd5


#a15cd5 Border Color

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

This div border color is #a15cd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a15cd5


Comments

No comments written yet.

Please login to write comment.