Color Hex Logo

#a13fbe Color Hex

#A13FBE
(161,63,190)
0 Favorites   0 Comments

Color spaces of #a13fbe

RGB 16163190
HSL0.800.500.50
HSV286°67°75°
CMYK 0.150.670.00   0.25
XYZ25.769714.849850.2233
Yxy14.84980.28370.1635
Hunter Lab38.535451.9308-50.2979
CIE-Lab45.427858.8388-48.6196

#a13fbe color RGB value is (161,63,190).

#a13fbe hex color red value is 161, green value is 63 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a13fbe hue: 0.80 , saturation: 0.50 and the lightness value of a13fbe is 0.50.

The process color (four color CMYK) of #a13fbe color hex is 0.15, 0.67, 0.00, 0.25. Web safe color of #a13fbe is #9933cc. Color #a13fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00111111 10111110
Octal 241 77 276
Decimal 161 63 190
Hex A1 3F BE

RGB Percentages of Color #a13fbe

%38.89
%15.22
%45.89

CMYK Percentages of Color #a13fbe

%15
%67
%0
%25

Triadic Colors of #a13fbe

#a13fbe #bea13f #3fbea1

Analogous Colors of #a13fbe

#a13fbe #be3f9c #613fbe

Monochromatic Colors of #a13fbe

#a13fbe

Complementary Color

#a13fbe #5cbe3f

#a13fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a13fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a13fbe Color CSS Codes

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

#a13fbe Text Font Color

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

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


#a13fbe Background Color

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

This div background color is #a13fbe


#a13fbe Border Color

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

This div border color is #a13fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a13fbe


Comments

No comments written yet.

Please login to write comment.