Color Hex Logo

#a40ebc Color Hex

#A40EBC
(164,14,188)
0 Favorites   0 Comments

Color spaces of #a40ebc

RGB 16414188
HSL0.810.860.40
HSV292°93°74°
CMYK 0.130.930.00   0.26
XYZ24.544011.837448.5682
Yxy11.83740.28890.1393
Hunter Lab34.405567.1276-59.6122
CIE-Lab40.956572.8972-54.6122

#a40ebc color RGB value is (164,14,188).

#a40ebc hex color red value is 164, green value is 14 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a40ebc hue: 0.81 , saturation: 0.86 and the lightness value of a40ebc is 0.40.

The process color (four color CMYK) of #a40ebc color hex is 0.13, 0.93, 0.00, 0.26. Web safe color of #a40ebc is #9900cc. Color #a40ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00001110 10111100
Octal 244 16 274
Decimal 164 14 188
Hex A4 E BC

RGB Percentages of Color #a40ebc

%44.81
%3.83
%51.37

CMYK Percentages of Color #a40ebc

%13
%93
%0
%26

Triadic Colors of #a40ebc

#a40ebc #bca40e #0ebca4

Analogous Colors of #a40ebc

#a40ebc #bc0e7d #4d0ebc

Monochromatic Colors of #a40ebc

#a40ebc

Complementary Color

#a40ebc #26bc0e

#a40ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a40ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a40ebc Color CSS Codes

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

#a40ebc Text Font Color

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

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


#a40ebc Background Color

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

This div background color is #a40ebc


#a40ebc Border Color

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

This div border color is #a40ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a40ebc


Comments

No comments written yet.

Please login to write comment.