Color Hex Logo

#a550ec Color Hex

#A550EC
(165,80,236)
0 Favorites   0 Comments

Color spaces of #a550ec

RGB 16580236
HSL0.760.800.62
HSV273°66°93°
CMYK 0.300.660.00   0.07
XYZ33.526019.792881.4103
Yxy19.79280.24880.1469
Hunter Lab44.489156.6577-77.3520
CIE-Lab51.602161.8905-64.9696

#a550ec color RGB value is (165,80,236).

#a550ec hex color red value is 165, green value is 80 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a550ec hue: 0.76 , saturation: 0.80 and the lightness value of a550ec is 0.62.

The process color (four color CMYK) of #a550ec color hex is 0.30, 0.66, 0.00, 0.07. Web safe color of #a550ec is #9966ff. Color #a550ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01010000 11101100
Octal 245 120 354
Decimal 165 80 236
Hex A5 50 EC

RGB Percentages of Color #a550ec

%34.30
%16.63
%49.06

CMYK Percentages of Color #a550ec

%30
%66
%0
%7

Triadic Colors of #a550ec

#a550ec #eca550 #50eca5

Analogous Colors of #a550ec

#a550ec #ec50e5 #5750ec

Monochromatic Colors of #a550ec

#a550ec

Complementary Color

#a550ec #97ec50

#a550ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a550ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a550ec Color CSS Codes

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

#a550ec Text Font Color

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

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


#a550ec Background Color

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

This div background color is #a550ec


#a550ec Border Color

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

This div border color is #a550ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a550ec


Comments

No comments written yet.

Please login to write comment.