Color Hex Logo

#a34ebb Color Hex

#A34EBB
(163,78,187)
0 Favorites   0 Comments

Color spaces of #a34ebb

RGB 16378187
HSL0.800.440.52
HSV287°58°73°
CMYK 0.130.580.00   0.27
XYZ26.798316.823248.8485
Yxy16.82320.28980.1819
Hunter Lab41.016144.8467-41.9007
CIE-Lab48.036551.8441-42.6988

#a34ebb color RGB value is (163,78,187).

#a34ebb hex color red value is 163, green value is 78 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a34ebb hue: 0.80 , saturation: 0.44 and the lightness value of a34ebb is 0.52.

The process color (four color CMYK) of #a34ebb color hex is 0.13, 0.58, 0.00, 0.27. Web safe color of #a34ebb is #9966cc. Color #a34ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01001110 10111011
Octal 243 116 273
Decimal 163 78 187
Hex A3 4E BB

RGB Percentages of Color #a34ebb

%38.08
%18.22
%43.69

CMYK Percentages of Color #a34ebb

%13
%58
%0
%27

Triadic Colors of #a34ebb

#a34ebb #bba34e #4ebba3

Analogous Colors of #a34ebb

#a34ebb #bb4e9d #6d4ebb

Monochromatic Colors of #a34ebb

#a34ebb

Complementary Color

#a34ebb #66bb4e

#a34ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a34ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a34ebb Color CSS Codes

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

#a34ebb Text Font Color

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

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


#a34ebb Background Color

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

This div background color is #a34ebb


#a34ebb Border Color

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

This div border color is #a34ebb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,78,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a34ebb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a34ebb;
  -webkit-box-shadow: 1px 1px 3px 2px #a34ebb;
  box-shadow:         1px 1px 3px 2px #a34ebb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,78,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a34ebb


Comments

No comments written yet.

Please login to write comment.