Color Hex Logo

#a750ea Color Hex

#A750EA
(167,80,234)
0 Favorites   0 Comments

Color spaces of #a750ea

RGB 16780234
HSL0.760.790.62
HSV274°66°92°
CMYK 0.290.660.00   0.08
XYZ33.656319.893379.9078
Yxy19.89330.25220.1491
Hunter Lab44.601956.6416-75.0013
CIE-Lab51.716461.8552-63.6490

#a750ea color RGB value is (167,80,234).

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

The process color (four color CMYK) of #a750ea color hex is 0.29, 0.66, 0.00, 0.08. Web safe color of #a750ea is #9966ff. Color #a750ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01010000 11101010
Octal 247 120 352
Decimal 167 80 234
Hex A7 50 EA

RGB Percentages of Color #a750ea

%34.72
%16.63
%48.65

CMYK Percentages of Color #a750ea

%29
%66
%0
%8

Triadic Colors of #a750ea

#a750ea #eaa750 #50eaa7

Analogous Colors of #a750ea

#a750ea #ea50e0 #5a50ea

Monochromatic Colors of #a750ea

#a750ea

Complementary Color

#a750ea #93ea50

#a750ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a750ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a750ea Color CSS Codes

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

#a750ea Text Font Color

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

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


#a750ea Background Color

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

This div background color is #a750ea


#a750ea Border Color

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

This div border color is #a750ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a750ea


Comments

No comments written yet.

Please login to write comment.