Color Hex Logo

#a15dcc Color Hex

#A15DCC
(161,93,204)
0 Favorites   0 Comments

Color spaces of #a15dcc

RGB 16193204
HSL0.770.520.58
HSV277°54°80°
CMYK 0.210.540.00   0.20
XYZ29.511419.765459.3864
Yxy19.76540.27160.1819
Hunter Lab44.458340.6862-48.0775
CIE-Lab51.570947.3202-46.9060

#a15dcc color RGB value is (161,93,204).

#a15dcc hex color red value is 161, green value is 93 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a15dcc hue: 0.77 , saturation: 0.52 and the lightness value of a15dcc is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01011101 11001100
Octal 241 135 314
Decimal 161 93 204
Hex A1 5D CC

RGB Percentages of Color #a15dcc

%35.15
%20.31
%44.54

CMYK Percentages of Color #a15dcc

%21
%54
%0
%20

Triadic Colors of #a15dcc

#a15dcc #cca15d #5dcca1

Analogous Colors of #a15dcc

#a15dcc #cc5dc0 #6a5dcc

Monochromatic Colors of #a15dcc

#a15dcc

Complementary Color

#a15dcc #88cc5d

#a15dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a15dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a15dcc Color CSS Codes

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

#a15dcc Text Font Color

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

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


#a15dcc Background Color

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

This div background color is #a15dcc


#a15dcc Border Color

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

This div border color is #a15dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a15dcc


Comments

No comments written yet.

Please login to write comment.