Color Hex Logo

#a185bf Color Hex

#A185BF
(161,133,191)
0 Favorites   0 Comments

Color spaces of #a185bf

RGB 161133191
HSL0.750.310.64
HSV269°30°75°
CMYK 0.160.300.00   0.25
XYZ32.489428.113753.0043
Yxy28.11370.28600.2475
Hunter Lab53.022416.5866-22.1542
CIE-Lab59.991322.0509-26.3113

#a185bf color RGB value is (161,133,191).

#a185bf hex color red value is 161, green value is 133 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a185bf hue: 0.75 , saturation: 0.31 and the lightness value of a185bf is 0.64.

The process color (four color CMYK) of #a185bf color hex is 0.16, 0.30, 0.00, 0.25. Web safe color of #a185bf is #9999cc. Color #a185bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10000101 10111111
Octal 241 205 277
Decimal 161 133 191
Hex A1 85 BF

RGB Percentages of Color #a185bf

%33.20
%27.42
%39.38

CMYK Percentages of Color #a185bf

%16
%30
%0
%25

Triadic Colors of #a185bf

#a185bf #bfa185 #85bfa1

Analogous Colors of #a185bf

#a185bf #be85bf #8586bf

Monochromatic Colors of #a185bf

#a185bf

Complementary Color

#a185bf #a3bf85

#a185bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a185bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a185bf Color CSS Codes

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

#a185bf Text Font Color

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

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


#a185bf Background Color

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

This div background color is #a185bf


#a185bf Border Color

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

This div border color is #a185bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a185bf


Comments

No comments written yet.

Please login to write comment.