Color Hex Logo

#a175ee Color Hex

#A175EE
(161,117,238)
0 Favorites   0 Comments

Color spaces of #a175ee

RGB 161117238
HSL0.730.780.70
HSV262°51°93°
CMYK 0.320.510.00   0.07
XYZ36.491826.472784.0753
Yxy26.47270.24820.1800
Hunter Lab51.451636.5599-60.8676
CIE-Lab58.483042.3558-55.0655

#a175ee color RGB value is (161,117,238).

#a175ee hex color red value is 161, green value is 117 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a175ee hue: 0.73 , saturation: 0.78 and the lightness value of a175ee is 0.70.

The process color (four color CMYK) of #a175ee color hex is 0.32, 0.51, 0.00, 0.07. Web safe color of #a175ee is #9966ff. Color #a175ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01110101 11101110
Octal 241 165 356
Decimal 161 117 238
Hex A1 75 EE

RGB Percentages of Color #a175ee

%31.20
%22.67
%46.12

CMYK Percentages of Color #a175ee

%32
%51
%0
%7

Triadic Colors of #a175ee

#a175ee #eea175 #75eea1

Analogous Colors of #a175ee

#a175ee #de75ee #7586ee

Monochromatic Colors of #a175ee

#a175ee

Complementary Color

#a175ee #c2ee75

#a175ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a175ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a175ee Color CSS Codes

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

#a175ee Text Font Color

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

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


#a175ee Background Color

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

This div background color is #a175ee


#a175ee Border Color

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

This div border color is #a175ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a175ee


Comments

No comments written yet.

Please login to write comment.