Color Hex Logo

#a158dc Color Hex

#A158DC
(161,88,220)
0 Favorites   0 Comments

Color spaces of #a158dc

RGB 16188220
HSL0.760.650.60
HSV273°60°86°
CMYK 0.270.600.00   0.14
XYZ31.105919.723869.8778
Yxy19.72380.25770.1634
Hunter Lab44.411547.3017-62.1999
CIE-Lab51.523553.5157-56.0937

#a158dc color RGB value is (161,88,220).

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

The process color (four color CMYK) of #a158dc color hex is 0.27, 0.60, 0.00, 0.14. Web safe color of #a158dc is #9966cc. Color #a158dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01011000 11011100
Octal 241 130 334
Decimal 161 88 220
Hex A1 58 DC

RGB Percentages of Color #a158dc

%34.33
%18.76
%46.91

CMYK Percentages of Color #a158dc

%27
%60
%0
%14

Triadic Colors of #a158dc

#a158dc #dca158 #58dca1

Analogous Colors of #a158dc

#a158dc #dc58d5 #5f58dc

Monochromatic Colors of #a158dc

#a158dc

Complementary Color

#a158dc #93dc58

#a158dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a158dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a158dc Color CSS Codes

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

#a158dc Text Font Color

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

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


#a158dc Background Color

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

This div background color is #a158dc


#a158dc Border Color

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

This div border color is #a158dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a158dc


Comments

No comments written yet.

Please login to write comment.