Color Hex Logo

#a198ba Color Hex

#A198BA
(161,152,186)
0 Favorites   0 Comments

Color spaces of #a198ba

RGB 161152186
HSL0.710.200.66
HSV256°18°73°
CMYK 0.130.180.00   0.27
XYZ34.789133.578751.1021
Yxy33.57870.29120.2811
Hunter Lab57.94715.7567-11.7234
CIE-Lab64.626810.1318-16.4140

#a198ba color RGB value is (161,152,186).

#a198ba hex color red value is 161, green value is 152 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a198ba hue: 0.71 , saturation: 0.20 and the lightness value of a198ba is 0.66.

The process color (four color CMYK) of #a198ba color hex is 0.13, 0.18, 0.00, 0.27. Web safe color of #a198ba is #9999cc. Color #a198ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10011000 10111010
Octal 241 230 272
Decimal 161 152 186
Hex A1 98 BA

RGB Percentages of Color #a198ba

%32.26
%30.46
%37.27

CMYK Percentages of Color #a198ba

%13
%18
%0
%27

Triadic Colors of #a198ba

#a198ba #baa198 #98baa1

Analogous Colors of #a198ba

#a198ba #b298ba #98a0ba

Monochromatic Colors of #a198ba

#a198ba

Complementary Color

#a198ba #b1ba98

#a198ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a198ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a198ba Color CSS Codes

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

#a198ba Text Font Color

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

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


#a198ba Background Color

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

This div background color is #a198ba


#a198ba Border Color

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

This div border color is #a198ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a198ba


Comments

No comments written yet.

Please login to write comment.