Color Hex Logo

#a50be3 Color Hex

#A50BE3
(165,11,227)
0 Favorites   0 Comments

Color spaces of #a50be3

RGB 16511227
HSL0.790.910.47
HSV283°95°89°
CMYK 0.270.950.00   0.11
XYZ29.501913.784773.7788
Yxy13.78470.25200.1178
Hunter Lab37.127876.8634-91.8293
CIE-Lab43.922680.2509-72.3510

#a50be3 color RGB value is (165,11,227).

#a50be3 hex color red value is 165, green value is 11 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #a50be3 hue: 0.79 , saturation: 0.91 and the lightness value of a50be3 is 0.47.

The process color (four color CMYK) of #a50be3 color hex is 0.27, 0.95, 0.00, 0.11. Web safe color of #a50be3 is #9900cc. Color #a50be3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00001011 11100011
Octal 245 13 343
Decimal 165 11 227
Hex A5 B E3

RGB Percentages of Color #a50be3

%40.94
%2.73
%56.33

CMYK Percentages of Color #a50be3

%27
%95
%0
%11

Triadic Colors of #a50be3

#a50be3 #e3a50b #0be3a5

Analogous Colors of #a50be3

#a50be3 #e30bb5 #390be3

Monochromatic Colors of #a50be3

#a50be3

Complementary Color

#a50be3 #49e30b

#a50be3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a50be3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a50be3 Color CSS Codes

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

#a50be3 Text Font Color

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

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


#a50be3 Background Color

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

This div background color is #a50be3


#a50be3 Border Color

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

This div border color is #a50be3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,11,227, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a50be3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a50be3;
  -webkit-box-shadow: 1px 1px 3px 2px #a50be3;
  box-shadow:         1px 1px 3px 2px #a50be3; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,11,227, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a50be3


Comments

No comments written yet.

Please login to write comment.