Color Hex Logo

#a01fbe Color Hex

#A01FBE
(160,31,190)
0 Favorites   0 Comments

Color spaces of #a01fbe

RGB 16031190
HSL0.800.720.43
HSV289°84°75°
CMYK 0.160.840.00   0.25
XYZ24.281512.171349.7847
Yxy12.17130.28160.1411
Hunter Lab34.887463.1824-60.1863
CIE-Lab41.487169.4711-54.9628

#a01fbe color RGB value is (160,31,190).

#a01fbe hex color red value is 160, green value is 31 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a01fbe hue: 0.80 , saturation: 0.72 and the lightness value of a01fbe is 0.43.

The process color (four color CMYK) of #a01fbe color hex is 0.16, 0.84, 0.00, 0.25. Web safe color of #a01fbe is #9933cc. Color #a01fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00011111 10111110
Octal 240 37 276
Decimal 160 31 190
Hex A0 1F BE

RGB Percentages of Color #a01fbe

%41.99
%8.14
%49.87

CMYK Percentages of Color #a01fbe

%16
%84
%0
%25

Triadic Colors of #a01fbe

#a01fbe #bea01f #1fbea0

Analogous Colors of #a01fbe

#a01fbe #be1f8d #511fbe

Monochromatic Colors of #a01fbe

#a01fbe

Complementary Color

#a01fbe #3dbe1f

#a01fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a01fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a01fbe Color CSS Codes

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

#a01fbe Text Font Color

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

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


#a01fbe Background Color

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

This div background color is #a01fbe


#a01fbe Border Color

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

This div border color is #a01fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a01fbe


Comments

No comments written yet.

Please login to write comment.