Color Hex Logo

#a198da Color Hex

#A198DA
(161,152,218)
0 Favorites   0 Comments

Color spaces of #a198da

RGB 161152218
HSL0.690.470.73
HSV248°30°85°
CMYK 0.260.300.00   0.15
XYZ38.581135.095571.0703
Yxy35.09550.26650.2425
Hunter Lab59.241512.5759-29.6595
CIE-Lab65.823017.5254-32.4152

#a198da color RGB value is (161,152,218).

#a198da hex color red value is 161, green value is 152 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a198da hue: 0.69 , saturation: 0.47 and the lightness value of a198da is 0.73.

The process color (four color CMYK) of #a198da color hex is 0.26, 0.30, 0.00, 0.15. Web safe color of #a198da is #9999cc. Color #a198da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10011000 11011010
Octal 241 230 332
Decimal 161 152 218
Hex A1 98 DA

RGB Percentages of Color #a198da

%30.32
%28.63
%41.05

CMYK Percentages of Color #a198da

%26
%30
%0
%15

Triadic Colors of #a198da

#a198da #daa198 #98daa1

Analogous Colors of #a198da

#a198da #c298da #98b0da

Monochromatic Colors of #a198da

#a198da

Complementary Color

#a198da #d1da98

#a198da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a198da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a198da Color CSS Codes

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

#a198da Text Font Color

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

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


#a198da Background Color

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

This div background color is #a198da


#a198da Border Color

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

This div border color is #a198da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a198da


Comments

No comments written yet.

Please login to write comment.