Color Hex Logo

#a40cfc Color Hex

#A40CFC
(164,12,252)
0 Favorites   0 Comments

Color spaces of #a40cfc

RGB 16412252
HSL0.770.980.52
HSV278°95°99°
CMYK 0.350.950.00   0.01
XYZ33.012015.183793.2863
Yxy15.18370.23330.1073
Hunter Lab38.966383.0332-114.6655
CIE-Lab45.884884.7195-83.2565

#a40cfc color RGB value is (164,12,252).

#a40cfc hex color red value is 164, green value is 12 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #a40cfc hue: 0.77 , saturation: 0.98 and the lightness value of a40cfc is 0.52.

The process color (four color CMYK) of #a40cfc color hex is 0.35, 0.95, 0.00, 0.01. Web safe color of #a40cfc is #9900ff. Color #a40cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00001100 11111100
Octal 244 14 374
Decimal 164 12 252
Hex A4 C FC

RGB Percentages of Color #a40cfc

%38.32
%2.80
%58.88

CMYK Percentages of Color #a40cfc

%35
%95
%0
%1

Triadic Colors of #a40cfc

#a40cfc #fca40c #0cfca4

Analogous Colors of #a40cfc

#a40cfc #fc0cdc #2c0cfc

Monochromatic Colors of #a40cfc

#a40cfc

Complementary Color

#a40cfc #64fc0c

#a40cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a40cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a40cfc Color CSS Codes

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

#a40cfc Text Font Color

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

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


#a40cfc Background Color

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

This div background color is #a40cfc


#a40cfc Border Color

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

This div border color is #a40cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a40cfc


Comments

No comments written yet.

Please login to write comment.