Color Hex Logo

#a185ea Color Hex

#A185EA
(161,133,234)
0 Favorites   0 Comments

Color spaces of #a185ea

RGB 161133234
HSL0.710.710.72
HSV257°43°92°
CMYK 0.310.430.00   0.08
XYZ37.936830.292681.6895
Yxy30.29260.25300.2021
Hunter Lab55.038726.7178-49.4722
CIE-Lab61.905932.3369-47.4118

#a185ea color RGB value is (161,133,234).

#a185ea hex color red value is 161, green value is 133 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a185ea hue: 0.71 , saturation: 0.71 and the lightness value of a185ea is 0.72.

The process color (four color CMYK) of #a185ea color hex is 0.31, 0.43, 0.00, 0.08. Web safe color of #a185ea is #9999ff. Color #a185ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10000101 11101010
Octal 241 205 352
Decimal 161 133 234
Hex A1 85 EA

RGB Percentages of Color #a185ea

%30.49
%25.19
%44.32

CMYK Percentages of Color #a185ea

%31
%43
%0
%8

Triadic Colors of #a185ea

#a185ea #eaa185 #85eaa1

Analogous Colors of #a185ea

#a185ea #d485ea #859cea

Monochromatic Colors of #a185ea

#a185ea

Complementary Color

#a185ea #ceea85

#a185ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a185ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a185ea Color CSS Codes

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

#a185ea Text Font Color

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

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


#a185ea Background Color

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

This div background color is #a185ea


#a185ea Border Color

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

This div border color is #a185ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a185ea


Comments

No comments written yet.

Please login to write comment.