Color Hex Logo

#a750ef Color Hex

#A750EF
(167,80,239)
0 Favorites   0 Comments

Color spaces of #a750ef

RGB 16780239
HSL0.760.830.63
HSV273°67°94°
CMYK 0.300.670.00   0.06
XYZ34.385020.184883.7451
Yxy20.18480.24860.1459
Hunter Lab44.927557.9908-79.0676
CIE-Lab52.045562.9712-65.9242

#a750ef color RGB value is (167,80,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01010000 11101111
Octal 247 120 357
Decimal 167 80 239
Hex A7 50 EF

RGB Percentages of Color #a750ef

%34.36
%16.46
%49.18

CMYK Percentages of Color #a750ef

%30
%67
%0
%6

Triadic Colors of #a750ef

#a750ef #efa750 #50efa7

Analogous Colors of #a750ef

#a750ef #ef50e8 #5850ef

Monochromatic Colors of #a750ef

#a750ef

Complementary Color

#a750ef #98ef50

#a750ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a750ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a750ef Color CSS Codes

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

#a750ef Text Font Color

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

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


#a750ef Background Color

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

This div background color is #a750ef


#a750ef Border Color

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

This div border color is #a750ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a750ef


Comments

No comments written yet.

Please login to write comment.