Color Hex Logo

#a114bf Color Hex

#A114BF
(161,20,191)
0 Favorites   0 Comments

Color spaces of #a114bf

RGB 16120191
HSL0.800.810.41
HSV289°90°75°
CMYK 0.160.900.00   0.25
XYZ24.352111.839050.2919
Yxy11.83900.28160.1369
Hunter Lab34.407866.1194-62.5752
CIE-Lab40.959172.0542-56.3946

#a114bf color RGB value is (161,20,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00010100 10111111
Octal 241 24 277
Decimal 161 20 191
Hex A1 14 BF

RGB Percentages of Color #a114bf

%43.28
%5.38
%51.34

CMYK Percentages of Color #a114bf

%16
%90
%0
%25

Triadic Colors of #a114bf

#a114bf #bfa114 #14bfa1

Analogous Colors of #a114bf

#a114bf #bf1488 #4c14bf

Monochromatic Colors of #a114bf

#a114bf

Complementary Color

#a114bf #32bf14

#a114bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a114bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a114bf Color CSS Codes

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

#a114bf Text Font Color

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

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


#a114bf Background Color

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

This div background color is #a114bf


#a114bf Border Color

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

This div border color is #a114bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a114bf


Comments

No comments written yet.

Please login to write comment.