Color Hex Logo

#a050ef Color Hex

#A050EF
(160,80,239)
0 Favorites   0 Comments

Color spaces of #a050ef

RGB 16080239
HSL0.750.830.63
HSV270°67°94°
CMYK 0.330.670.00   0.06
XYZ32.945919.442983.6778
Yxy19.44290.24210.1429
Hunter Lab44.094156.2056-81.6493
CIE-Lab51.201461.5683-67.3304

#a050ef color RGB value is (160,80,239).

#a050ef hex color red value is 160, green value is 80 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a050ef hue: 0.75 , saturation: 0.83 and the lightness value of a050ef is 0.63.

The process color (four color CMYK) of #a050ef color hex is 0.33, 0.67, 0.00, 0.06. Web safe color of #a050ef is #9966ff. Color #a050ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010000 11101111
Octal 240 120 357
Decimal 160 80 239
Hex A0 50 EF

RGB Percentages of Color #a050ef

%33.40
%16.70
%49.90

CMYK Percentages of Color #a050ef

%33
%67
%0
%6

Triadic Colors of #a050ef

#a050ef #efa050 #50efa0

Analogous Colors of #a050ef

#a050ef #ef50ef #5150ef

Monochromatic Colors of #a050ef

#a050ef

Complementary Color

#a050ef #9fef50

#a050ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a050ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a050ef Color CSS Codes

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

#a050ef Text Font Color

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

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


#a050ef Background Color

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

This div background color is #a050ef


#a050ef Border Color

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

This div border color is #a050ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a050ef


Comments

No comments written yet.

Please login to write comment.