Color Hex Logo

#a14cfc Color Hex

#A14CFC
(161,76,252)
0 Favorites   0 Comments

Color spaces of #a14cfc

RGB 16176252
HSL0.750.970.64
HSV269°70°99°
CMYK 0.360.700.00   0.01
XYZ34.853119.774294.0753
Yxy19.77420.23440.1330
Hunter Lab44.468262.0847-94.3041
CIE-Lab51.581066.5830-73.9695

#a14cfc color RGB value is (161,76,252).

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

The process color (four color CMYK) of #a14cfc color hex is 0.36, 0.70, 0.00, 0.01. Web safe color of #a14cfc is #9933ff. Color #a14cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01001100 11111100
Octal 241 114 374
Decimal 161 76 252
Hex A1 4C FC

RGB Percentages of Color #a14cfc

%32.92
%15.54
%51.53

CMYK Percentages of Color #a14cfc

%36
%70
%0
%1

Triadic Colors of #a14cfc

#a14cfc #fca14c #4cfca1

Analogous Colors of #a14cfc

#a14cfc #f94cfc #4c4ffc

Monochromatic Colors of #a14cfc

#a14cfc

Complementary Color

#a14cfc #a7fc4c

#a14cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a14cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a14cfc Color CSS Codes

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

#a14cfc Text Font Color

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

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


#a14cfc Background Color

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

This div background color is #a14cfc


#a14cfc Border Color

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

This div border color is #a14cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a14cfc


Comments

No comments written yet.

Please login to write comment.