Color Hex Logo

#a189c4 Color Hex

#A189C4
(161,137,196)
0 Favorites   0 Comments

Color spaces of #a189c4

RGB 161137196
HSL0.730.330.65
HSV264°30°77°
CMYK 0.180.300.00   0.23
XYZ33.607429.453956.1384
Yxy29.45390.28190.2471
Hunter Lab54.271415.5605-23.3396
CIE-Lab61.180120.8916-27.3033

#a189c4 color RGB value is (161,137,196).

#a189c4 hex color red value is 161, green value is 137 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #a189c4 hue: 0.73 , saturation: 0.33 and the lightness value of a189c4 is 0.65.

The process color (four color CMYK) of #a189c4 color hex is 0.18, 0.30, 0.00, 0.23. Web safe color of #a189c4 is #9999cc. Color #a189c4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10001001 11000100
Octal 241 211 304
Decimal 161 137 196
Hex A1 89 C4

RGB Percentages of Color #a189c4

%32.59
%27.73
%39.68

CMYK Percentages of Color #a189c4

%18
%30
%0
%23

Triadic Colors of #a189c4

#a189c4 #c4a189 #89c4a1

Analogous Colors of #a189c4

#a189c4 #bf89c4 #898fc4

Monochromatic Colors of #a189c4

#a189c4

Complementary Color

#a189c4 #acc489

#a189c4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a189c4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a189c4 Color CSS Codes

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

#a189c4 Text Font Color

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

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


#a189c4 Background Color

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

This div background color is #a189c4


#a189c4 Border Color

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

This div border color is #a189c4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a189c4


Comments

No comments written yet.

Please login to write comment.