Color Hex Logo

#a500be Color Hex

#A500BE
(165,0,190)
0 Favorites   0 Comments

Color spaces of #a500be

RGB 1650190
HSL0.811.000.37
HSV292°100°75°
CMYK 0.131.000.00   0.25
XYZ24.811311.717049.6691
Yxy11.71700.28780.1359
Hunter Lab34.230169.4810-62.0708
CIE-Lab40.762874.8841-56.0923

#a500be color RGB value is (165,0,190).

#a500be hex color red value is 165, green value is 0 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a500be hue: 0.81 , saturation: 1.00 and the lightness value of a500be is 0.37.

The process color (four color CMYK) of #a500be color hex is 0.13, 1.00, 0.00, 0.25. Web safe color of #a500be is #9900cc. Color #a500be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00000000 10111110
Octal 245 0 276
Decimal 165 0 190
Hex A5 0 BE

RGB Percentages of Color #a500be

%46.48
%0.00
%53.52

CMYK Percentages of Color #a500be

%13
%100
%0
%25

Triadic Colors of #a500be

#a500be #bea500 #00bea5

Analogous Colors of #a500be

#a500be #be0078 #4600be

Monochromatic Colors of #a500be

#a500be

Complementary Color

#a500be #19be00

#a500be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a500be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a500be Color CSS Codes

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

#a500be Text Font Color

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

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


#a500be Background Color

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

This div background color is #a500be


#a500be Border Color

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

This div border color is #a500be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a500be


Comments

No comments written yet.

Please login to write comment.