Color Hex Logo

#a40cfb Color Hex

#A40CFB
(164,12,251)
0 Favorites   0 Comments

Color spaces of #a40cfb

RGB 16412251
HSL0.770.970.52
HSV278°95°98°
CMYK 0.350.950.00   0.02
XYZ32.853915.120592.4537
Yxy15.12050.23400.1077
Hunter Lab38.885182.7652-113.7491
CIE-Lab45.798884.5281-82.8379

#a40cfb color RGB value is (164,12,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00001100 11111011
Octal 244 14 373
Decimal 164 12 251
Hex A4 C FB

RGB Percentages of Color #a40cfb

%38.41
%2.81
%58.78

CMYK Percentages of Color #a40cfb

%35
%95
%0
%2

Triadic Colors of #a40cfb

#a40cfb #fba40c #0cfba4

Analogous Colors of #a40cfb

#a40cfb #fb0cdb #2c0cfb

Monochromatic Colors of #a40cfb

#a40cfb

Complementary Color

#a40cfb #63fb0c

#a40cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a40cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a40cfb Color CSS Codes

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

#a40cfb Text Font Color

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

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


#a40cfb Background Color

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

This div background color is #a40cfb


#a40cfb Border Color

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

This div border color is #a40cfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,12,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a40cfb


Comments

No comments written yet.

Please login to write comment.