Color Hex Logo

#a437bc Color Hex

#A437BC
(164,55,188)
0 Favorites   0 Comments

Color spaces of #a437bc

RGB 16455188
HSL0.800.550.48
HSV289°71°74°
CMYK 0.130.710.00   0.26
XYZ25.753114.255748.9712
Yxy14.25570.28940.1602
Hunter Lab37.756755.6770-50.4706
CIE-Lab44.597462.3485-48.7563

#a437bc color RGB value is (164,55,188).

#a437bc hex color red value is 164, green value is 55 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a437bc hue: 0.80 , saturation: 0.55 and the lightness value of a437bc is 0.48.

The process color (four color CMYK) of #a437bc color hex is 0.13, 0.71, 0.00, 0.26. Web safe color of #a437bc is #9933cc. Color #a437bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00110111 10111100
Octal 244 67 274
Decimal 164 55 188
Hex A4 37 BC

RGB Percentages of Color #a437bc

%40.29
%13.51
%46.19

CMYK Percentages of Color #a437bc

%13
%71
%0
%26

Triadic Colors of #a437bc

#a437bc #bca437 #37bca4

Analogous Colors of #a437bc

#a437bc #bc3792 #6237bc

Monochromatic Colors of #a437bc

#a437bc

Complementary Color

#a437bc #4fbc37

#a437bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a437bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a437bc Color CSS Codes

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

#a437bc Text Font Color

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

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


#a437bc Background Color

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

This div background color is #a437bc


#a437bc Border Color

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

This div border color is #a437bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a437bc


Comments

No comments written yet.

Please login to write comment.