Color Hex Logo

#a158df Color Hex

#A158DF
(161,88,223)
0 Favorites   0 Comments

Color spaces of #a158df

RGB 16188223
HSL0.760.680.61
HSV272°61°87°
CMYK 0.280.610.00   0.13
XYZ31.506919.884271.9895
Yxy19.88420.25540.1612
Hunter Lab44.591748.0862-64.5045
CIE-Lab51.706054.2032-57.4995

#a158df color RGB value is (161,88,223).

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

The process color (four color CMYK) of #a158df color hex is 0.28, 0.61, 0.00, 0.13. Web safe color of #a158df is #9966cc. Color #a158df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01011000 11011111
Octal 241 130 337
Decimal 161 88 223
Hex A1 58 DF

RGB Percentages of Color #a158df

%34.11
%18.64
%47.25

CMYK Percentages of Color #a158df

%28
%61
%0
%13

Triadic Colors of #a158df

#a158df #dfa158 #58dfa1

Analogous Colors of #a158df

#a158df #df58da #5e58df

Monochromatic Colors of #a158df

#a158df

Complementary Color

#a158df #96df58

#a158df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a158df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a158df Color CSS Codes

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

#a158df Text Font Color

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

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


#a158df Background Color

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

This div background color is #a158df


#a158df Border Color

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

This div border color is #a158df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a158df


Comments

No comments written yet.

Please login to write comment.