Color Hex Logo

#a185fd Color Hex

#A185FD
(161,133,253)
0 Favorites   0 Comments

Color spaces of #a185fd

RGB 161133253
HSL0.710.970.76
HSV254°47°99°
CMYK 0.360.470.00   0.01
XYZ40.815131.444096.8466
Yxy31.44400.24140.1859
Hunter Lab56.074931.7931-63.1468
CIE-Lab62.880737.2195-56.3397

#a185fd color RGB value is (161,133,253).

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

The process color (four color CMYK) of #a185fd color hex is 0.36, 0.47, 0.00, 0.01. Web safe color of #a185fd is #9999ff. Color #a185fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10000101 11111101
Octal 241 205 375
Decimal 161 133 253
Hex A1 85 FD

RGB Percentages of Color #a185fd

%29.43
%24.31
%46.25

CMYK Percentages of Color #a185fd

%36
%47
%0
%1

Triadic Colors of #a185fd

#a185fd #fda185 #85fda1

Analogous Colors of #a185fd

#a185fd #dd85fd #85a5fd

Monochromatic Colors of #a185fd

#a185fd

Complementary Color

#a185fd #e1fd85

#a185fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a185fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a185fd Color CSS Codes

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

#a185fd Text Font Color

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

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


#a185fd Background Color

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

This div background color is #a185fd


#a185fd Border Color

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

This div border color is #a185fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a185fd

Related Colors


Comments

No comments written yet.

Please login to write comment.