Color Hex Logo

#a477ca Color Hex

#A477CA
(164,119,202)
0 Favorites   0 Comments

Color spaces of #a477ca

RGB 164119202
HSL0.760.440.63
HSV273°41°79°
CMYK 0.190.410.00   0.21
XYZ32.567325.350459.0538
Yxy25.35040.27840.2167
Hunter Lab50.349227.3479-34.2959
CIE-Lab57.415233.4339-36.5240

#a477ca color RGB value is (164,119,202).

#a477ca hex color red value is 164, green value is 119 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a477ca hue: 0.76 , saturation: 0.44 and the lightness value of a477ca is 0.63.

The process color (four color CMYK) of #a477ca color hex is 0.19, 0.41, 0.00, 0.21. Web safe color of #a477ca is #9966cc. Color #a477ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110111 11001010
Octal 244 167 312
Decimal 164 119 202
Hex A4 77 CA

RGB Percentages of Color #a477ca

%33.81
%24.54
%41.65

CMYK Percentages of Color #a477ca

%19
%41
%0
%21

Triadic Colors of #a477ca

#a477ca #caa477 #77caa4

Analogous Colors of #a477ca

#a477ca #ca77c7 #7b77ca

Monochromatic Colors of #a477ca

#a477ca

Complementary Color

#a477ca #9dca77

#a477ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a477ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a477ca Color CSS Codes

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

#a477ca Text Font Color

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

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


#a477ca Background Color

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

This div background color is #a477ca


#a477ca Border Color

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

This div border color is #a477ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a477ca


Comments

No comments written yet.

Please login to write comment.