Color Hex Logo

#a199b5 Color Hex

#A199B5
(161,153,181)
0 Favorites   0 Comments

Color spaces of #a199b5

RGB 161153181
HSL0.710.160.65
HSV257°15°71°
CMYK 0.110.150.00   0.29
XYZ34.429733.695748.4053
Yxy33.69570.29550.2892
Hunter Lab58.04804.2888-8.8074
CIE-Lab64.72038.4927-13.4691

#a199b5 color RGB value is (161,153,181).

#a199b5 hex color red value is 161, green value is 153 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #a199b5 hue: 0.71 , saturation: 0.16 and the lightness value of a199b5 is 0.65.

The process color (four color CMYK) of #a199b5 color hex is 0.11, 0.15, 0.00, 0.29. Web safe color of #a199b5 is #9999cc. Color #a199b5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10011001 10110101
Octal 241 231 265
Decimal 161 153 181
Hex A1 99 B5

RGB Percentages of Color #a199b5

%32.53
%30.91
%36.57

CMYK Percentages of Color #a199b5

%11
%15
%0
%29

Triadic Colors of #a199b5

#a199b5 #b5a199 #99b5a1

Analogous Colors of #a199b5

#a199b5 #af99b5 #999fb5

Monochromatic Colors of #a199b5

#a199b5

Complementary Color

#a199b5 #adb599

#a199b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a199b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a199b5 Color CSS Codes

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

#a199b5 Text Font Color

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

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


#a199b5 Background Color

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

This div background color is #a199b5


#a199b5 Border Color

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

This div border color is #a199b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a199b5


Comments

No comments written yet.

Please login to write comment.