Color Hex Logo

#a50abb Color Hex

#A50ABB
(165,10,187)
0 Favorites   0 Comments

Color spaces of #a50abb

RGB 16510187
HSL0.810.900.39
HSV293°95°73°
CMYK 0.120.950.00   0.27
XYZ24.595211.804347.9958
Yxy11.80430.29140.1399
Hunter Lab34.357467.6562-58.7754
CIE-Lab40.903473.3475-54.1011

#a50abb color RGB value is (165,10,187).

#a50abb hex color red value is 165, green value is 10 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a50abb hue: 0.81 , saturation: 0.90 and the lightness value of a50abb is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00001010 10111011
Octal 245 12 273
Decimal 165 10 187
Hex A5 A BB

RGB Percentages of Color #a50abb

%45.58
%2.76
%51.66

CMYK Percentages of Color #a50abb

%12
%95
%0
%27

Triadic Colors of #a50abb

#a50abb #bba50a #0abba5

Analogous Colors of #a50abb

#a50abb #bb0a79 #4c0abb

Monochromatic Colors of #a50abb

#a50abb

Complementary Color

#a50abb #20bb0a

#a50abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a50abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a50abb Color CSS Codes

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

#a50abb Text Font Color

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

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


#a50abb Background Color

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

This div background color is #a50abb


#a50abb Border Color

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

This div border color is #a50abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a50abb


Comments

No comments written yet.

Please login to write comment.