Color Hex Logo

#a413bf Color Hex

#A413BF
(164,19,191)
0 Favorites   0 Comments

Color spaces of #a413bf

RGB 16419191
HSL0.810.820.41
HSV291°90°75°
CMYK 0.140.900.00   0.25
XYZ24.946712.119850.3147
Yxy12.11980.28550.1387
Hunter Lab34.813566.9861-61.3202
CIE-Lab41.405972.6922-55.6476

#a413bf color RGB value is (164,19,191).

#a413bf hex color red value is 164, green value is 19 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a413bf hue: 0.81 , saturation: 0.82 and the lightness value of a413bf is 0.41.

The process color (four color CMYK) of #a413bf color hex is 0.14, 0.90, 0.00, 0.25. Web safe color of #a413bf is #9900cc. Color #a413bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00010011 10111111
Octal 244 23 277
Decimal 164 19 191
Hex A4 13 BF

RGB Percentages of Color #a413bf

%43.85
%5.08
%51.07

CMYK Percentages of Color #a413bf

%14
%90
%0
%25

Triadic Colors of #a413bf

#a413bf #bfa413 #13bfa4

Analogous Colors of #a413bf

#a413bf #bf1384 #4e13bf

Monochromatic Colors of #a413bf

#a413bf

Complementary Color

#a413bf #2ebf13

#a413bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a413bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a413bf Color CSS Codes

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

#a413bf Text Font Color

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

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


#a413bf Background Color

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

This div background color is #a413bf


#a413bf Border Color

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

This div border color is #a413bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a413bf


Comments

No comments written yet.

Please login to write comment.