Color Hex Logo

#a158da Color Hex

#A158DA
(161,88,218)
0 Favorites   0 Comments

Color spaces of #a158da

RGB 16188218
HSL0.760.640.60
HSV274°60°85°
CMYK 0.260.600.00   0.15
XYZ30.842619.618568.4908
Yxy19.61850.25930.1649
Hunter Lab44.292846.7834-60.6764
CIE-Lab51.403153.0596-55.1522

#a158da color RGB value is (161,88,218).

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

The process color (four color CMYK) of #a158da color hex is 0.26, 0.60, 0.00, 0.15. Web safe color of #a158da is #9966cc. Color #a158da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01011000 11011010
Octal 241 130 332
Decimal 161 88 218
Hex A1 58 DA

RGB Percentages of Color #a158da

%34.48
%18.84
%46.68

CMYK Percentages of Color #a158da

%26
%60
%0
%15

Triadic Colors of #a158da

#a158da #daa158 #58daa1

Analogous Colors of #a158da

#a158da #da58d2 #6058da

Monochromatic Colors of #a158da

#a158da

Complementary Color

#a158da #91da58

#a158da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a158da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a158da Color CSS Codes

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

#a158da Text Font Color

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

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


#a158da Background Color

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

This div background color is #a158da


#a158da Border Color

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

This div border color is #a158da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a158da


Comments

No comments written yet.

Please login to write comment.