Color Hex Logo

#a175fb Color Hex

#A175FB
(161,117,251)
0 Favorites   0 Comments

Color spaces of #a175fb

RGB 161117251
HSL0.720.940.72
HSV260°53°98°
CMYK 0.360.530.00   0.02
XYZ38.471827.264794.5017
Yxy27.26470.24010.1702
Hunter Lab52.215640.1392-70.7543
CIE-Lab59.218545.6427-61.0886

#a175fb color RGB value is (161,117,251).

#a175fb hex color red value is 161, green value is 117 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a175fb hue: 0.72 , saturation: 0.94 and the lightness value of a175fb is 0.72.

The process color (four color CMYK) of #a175fb color hex is 0.36, 0.53, 0.00, 0.02. Web safe color of #a175fb is #9966ff. Color #a175fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01110101 11111011
Octal 241 165 373
Decimal 161 117 251
Hex A1 75 FB

RGB Percentages of Color #a175fb

%30.43
%22.12
%47.45

CMYK Percentages of Color #a175fb

%36
%53
%0
%2

Triadic Colors of #a175fb

#a175fb #fba175 #75fba1

Analogous Colors of #a175fb

#a175fb #e475fb #758cfb

Monochromatic Colors of #a175fb

#a175fb

Complementary Color

#a175fb #cffb75

#a175fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a175fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a175fb Color CSS Codes

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

#a175fb Text Font Color

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

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


#a175fb Background Color

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

This div background color is #a175fb


#a175fb Border Color

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

This div border color is #a175fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a175fb


Comments

No comments written yet.

Please login to write comment.