Color Hex Logo

#a14cef Color Hex

#A14CEF
(161,76,239)
0 Favorites   0 Comments

Color spaces of #a14cef

RGB 16176239
HSL0.750.840.62
HSV271°68°94°
CMYK 0.330.680.00   0.06
XYZ32.862418.977983.5924
Yxy18.97790.24260.1401
Hunter Lab43.563658.4158-83.2745
CIE-Lab50.661363.5992-68.1992

#a14cef color RGB value is (161,76,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01001100 11101111
Octal 241 114 357
Decimal 161 76 239
Hex A1 4C EF

RGB Percentages of Color #a14cef

%33.82
%15.97
%50.21

CMYK Percentages of Color #a14cef

%33
%68
%0
%6

Triadic Colors of #a14cef

#a14cef #efa14c #4cefa1

Analogous Colors of #a14cef

#a14cef #ef4cec #504cef

Monochromatic Colors of #a14cef

#a14cef

Complementary Color

#a14cef #9aef4c

#a14cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a14cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a14cef Color CSS Codes

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

#a14cef Text Font Color

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

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


#a14cef Background Color

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

This div background color is #a14cef


#a14cef Border Color

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

This div border color is #a14cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a14cef


Comments

No comments written yet.

Please login to write comment.