Color Hex Logo

#a10fbe Color Hex

#A10FBE
(161,15,190)
0 Favorites   0 Comments

Color spaces of #a10fbe

RGB 16115190
HSL0.810.850.40
HSV290°92°75°
CMYK 0.150.920.00   0.25
XYZ24.163011.636449.6877
Yxy11.63640.28270.1361
Hunter Lab34.112266.7423-62.4832
CIE-Lab40.632372.6386-56.3364

#a10fbe color RGB value is (161,15,190).

#a10fbe hex color red value is 161, green value is 15 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a10fbe hue: 0.81 , saturation: 0.85 and the lightness value of a10fbe is 0.40.

The process color (four color CMYK) of #a10fbe color hex is 0.15, 0.92, 0.00, 0.25. Web safe color of #a10fbe is #9900cc. Color #a10fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00001111 10111110
Octal 241 17 276
Decimal 161 15 190
Hex A1 F BE

RGB Percentages of Color #a10fbe

%43.99
%4.10
%51.91

CMYK Percentages of Color #a10fbe

%15
%92
%0
%25

Triadic Colors of #a10fbe

#a10fbe #bea10f #0fbea1

Analogous Colors of #a10fbe

#a10fbe #be0f84 #490fbe

Monochromatic Colors of #a10fbe

#a10fbe

Complementary Color

#a10fbe #2cbe0f

#a10fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a10fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a10fbe Color CSS Codes

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

#a10fbe Text Font Color

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

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


#a10fbe Background Color

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

This div background color is #a10fbe


#a10fbe Border Color

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

This div border color is #a10fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a10fbe


Comments

No comments written yet.

Please login to write comment.