Color Hex Logo

#a491ec Color Hex

#A491EC
(164,145,236)
0 Favorites   0 Comments

Color spaces of #a491ec

RGB 164145236
HSL0.700.710.75
HSV253°39°93°
CMYK 0.310.390.00   0.07
XYZ40.575634.199483.8195
Yxy34.19940.25580.2156
Hunter Lab58.480321.5090-44.0439
CIE-Lab65.120526.8256-43.4353

#a491ec color RGB value is (164,145,236).

#a491ec hex color red value is 164, green value is 145 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a491ec hue: 0.70 , saturation: 0.71 and the lightness value of a491ec is 0.75.

The process color (four color CMYK) of #a491ec color hex is 0.31, 0.39, 0.00, 0.07. Web safe color of #a491ec is #9999ff. Color #a491ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010001 11101100
Octal 244 221 354
Decimal 164 145 236
Hex A4 91 EC

RGB Percentages of Color #a491ec

%30.09
%26.61
%43.30

CMYK Percentages of Color #a491ec

%31
%39
%0
%7

Triadic Colors of #a491ec

#a491ec #eca491 #91eca4

Analogous Colors of #a491ec

#a491ec #d291ec #91acec

Monochromatic Colors of #a491ec

#a491ec

Complementary Color

#a491ec #d9ec91

#a491ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a491ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a491ec Color CSS Codes

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

#a491ec Text Font Color

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

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


#a491ec Background Color

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

This div background color is #a491ec


#a491ec Border Color

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

This div border color is #a491ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a491ec


Comments

No comments written yet.

Please login to write comment.