Color Hex Logo

#a188da Color Hex

#A188DA
(161,136,218)
0 Favorites   0 Comments

Color spaces of #a188da

RGB 161136218
HSL0.720.530.69
HSV258°38°85°
CMYK 0.260.380.00   0.15
XYZ36.157030.247370.2623
Yxy30.24730.26460.2213
Hunter Lab54.997521.1054-37.2479
CIE-Lab61.867026.6549-38.5758

#a188da color RGB value is (161,136,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10001000 11011010
Octal 241 210 332
Decimal 161 136 218
Hex A1 88 DA

RGB Percentages of Color #a188da

%31.26
%26.41
%42.33

CMYK Percentages of Color #a188da

%26
%38
%0
%15

Triadic Colors of #a188da

#a188da #daa188 #88daa1

Analogous Colors of #a188da

#a188da #ca88da #8898da

Monochromatic Colors of #a188da

#a188da

Complementary Color

#a188da #c1da88

#a188da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a188da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a188da Color CSS Codes

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

#a188da Text Font Color

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

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


#a188da Background Color

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

This div background color is #a188da


#a188da Border Color

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

This div border color is #a188da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,136,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 #a188da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a188da


Comments

No comments written yet.

Please login to write comment.