Color Hex Logo

#a34cef Color Hex

#A34CEF
(163,76,239)
0 Favorites   0 Comments

Color spaces of #a34cef

RGB 16376239
HSL0.760.840.62
HSV272°68°94°
CMYK 0.320.680.00   0.06
XYZ33.268719.187483.6114
Yxy19.18740.24450.1410
Hunter Lab43.803458.9148-82.5096
CIE-Lab50.905763.9861-67.7917

#a34cef color RGB value is (163,76,239).

#a34cef hex color red value is 163, green value is 76 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a34cef hue: 0.76 , saturation: 0.84 and the lightness value of a34cef is 0.62.

The process color (four color CMYK) of #a34cef color hex is 0.32, 0.68, 0.00, 0.06. Web safe color of #a34cef is #9933ff. Color #a34cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01001100 11101111
Octal 243 114 357
Decimal 163 76 239
Hex A3 4C EF

RGB Percentages of Color #a34cef

%34.10
%15.90
%50.00

CMYK Percentages of Color #a34cef

%32
%68
%0
%6

Triadic Colors of #a34cef

#a34cef #efa34c #4cefa3

Analogous Colors of #a34cef

#a34cef #ef4cea #524cef

Monochromatic Colors of #a34cef

#a34cef

Complementary Color

#a34cef #98ef4c

#a34cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a34cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a34cef Color CSS Codes

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

#a34cef Text Font Color

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

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


#a34cef Background Color

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

This div background color is #a34cef


#a34cef Border Color

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

This div border color is #a34cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a34cef


Comments

No comments written yet.

Please login to write comment.