Color Hex Logo

#a477bc Color Hex

#A477BC
(164,119,188)
0 Favorites   0 Comments

Color spaces of #a477bc

RGB 164119188
HSL0.780.340.60
HSV279°37°74°
CMYK 0.130.370.00   0.26
XYZ30.983824.717050.7148
Yxy24.71700.29120.2323
Hunter Lab49.716224.2403-25.6796
CIE-Lab56.798630.3266-29.5172

#a477bc color RGB value is (164,119,188).

#a477bc hex color red value is 164, green value is 119 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a477bc hue: 0.78 , saturation: 0.34 and the lightness value of a477bc is 0.60.

The process color (four color CMYK) of #a477bc color hex is 0.13, 0.37, 0.00, 0.26. Web safe color of #a477bc is #9966cc. Color #a477bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110111 10111100
Octal 244 167 274
Decimal 164 119 188
Hex A4 77 BC

RGB Percentages of Color #a477bc

%34.82
%25.27
%39.92

CMYK Percentages of Color #a477bc

%13
%37
%0
%26

Triadic Colors of #a477bc

#a477bc #bca477 #77bca4

Analogous Colors of #a477bc

#a477bc #bc77b2 #8277bc

Monochromatic Colors of #a477bc

#a477bc

Complementary Color

#a477bc #8fbc77

#a477bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a477bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a477bc Color CSS Codes

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

#a477bc Text Font Color

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

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


#a477bc Background Color

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

This div background color is #a477bc


#a477bc Border Color

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

This div border color is #a477bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a477bc


Comments

No comments written yet.

Please login to write comment.