Color Hex Logo

#a041be Color Hex

#A041BE
(160,65,190)
0 Favorites   0 Comments

Color spaces of #a041be

RGB 16065190
HSL0.790.490.50
HSV286°66°75°
CMYK 0.160.660.00   0.25
XYZ25.681814.971950.2515
Yxy14.97190.28250.1647
Hunter Lab38.693550.7609-49.9148
CIE-Lab45.595757.7468-48.3591

#a041be color RGB value is (160,65,190).

#a041be hex color red value is 160, green value is 65 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a041be hue: 0.79 , saturation: 0.49 and the lightness value of a041be is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000001 10111110
Octal 240 101 276
Decimal 160 65 190
Hex A0 41 BE

RGB Percentages of Color #a041be

%38.55
%15.66
%45.78

CMYK Percentages of Color #a041be

%16
%66
%0
%25

Triadic Colors of #a041be

#a041be #bea041 #41bea0

Analogous Colors of #a041be

#a041be #be419e #6241be

Monochromatic Colors of #a041be

#a041be

Complementary Color

#a041be #5fbe41

#a041be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a041be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a041be Color CSS Codes

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

#a041be Text Font Color

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

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


#a041be Background Color

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

This div background color is #a041be


#a041be Border Color

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

This div border color is #a041be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a041be


Comments

No comments written yet.

Please login to write comment.