Color Hex Logo

#a491bc Color Hex

#A491BC
(164,145,188)
0 Favorites   0 Comments

Color spaces of #a491bc

RGB 164145188
HSL0.740.240.65
HSV267°23°74°
CMYK 0.130.230.00   0.26
XYZ34.512331.774251.8910
Yxy31.77420.29200.2689
Hunter Lab56.368610.6435-15.1223
CIE-Lab63.155815.5210-19.7459

#a491bc color RGB value is (164,145,188).

#a491bc hex color red value is 164, green value is 145 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a491bc hue: 0.74 , saturation: 0.24 and the lightness value of a491bc is 0.65.

The process color (four color CMYK) of #a491bc color hex is 0.13, 0.23, 0.00, 0.26. Web safe color of #a491bc is #9999cc. Color #a491bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010001 10111100
Octal 244 221 274
Decimal 164 145 188
Hex A4 91 BC

RGB Percentages of Color #a491bc

%33.00
%29.18
%37.83

CMYK Percentages of Color #a491bc

%13
%23
%0
%26

Triadic Colors of #a491bc

#a491bc #bca491 #91bca4

Analogous Colors of #a491bc

#a491bc #ba91bc #9194bc

Monochromatic Colors of #a491bc

#a491bc

Complementary Color

#a491bc #a9bc91

#a491bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a491bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a491bc Color CSS Codes

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

#a491bc Text Font Color

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

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


#a491bc Background Color

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

This div background color is #a491bc


#a491bc Border Color

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

This div border color is #a491bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,145,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a491bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a491bc;
  -webkit-box-shadow: 1px 1px 3px 2px #a491bc;
  box-shadow:         1px 1px 3px 2px #a491bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,145,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a491bc


Comments

No comments written yet.

Please login to write comment.