Color Hex Logo

#a750d6 Color Hex

#A750D6
(167,80,214)
0 Favorites   0 Comments

Color spaces of #a750d6

RGB 16780214
HSL0.770.620.58
HSV279°63°84°
CMYK 0.220.630.00   0.16
XYZ30.942618.807965.6178
Yxy18.80790.26820.1630
Hunter Lab43.368151.4635-59.3507
CIE-Lab50.461757.4884-54.3449

#a750d6 color RGB value is (167,80,214).

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

The process color (four color CMYK) of #a750d6 color hex is 0.22, 0.63, 0.00, 0.16. Web safe color of #a750d6 is #9966cc. Color #a750d6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01010000 11010110
Octal 247 120 326
Decimal 167 80 214
Hex A7 50 D6

RGB Percentages of Color #a750d6

%36.23
%17.35
%46.42

CMYK Percentages of Color #a750d6

%22
%63
%0
%16

Triadic Colors of #a750d6

#a750d6 #d6a750 #50d6a7

Analogous Colors of #a750d6

#a750d6 #d650c2 #6450d6

Monochromatic Colors of #a750d6

#a750d6

Complementary Color

#a750d6 #7fd650

#a750d6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a750d6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a750d6 Color CSS Codes

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

#a750d6 Text Font Color

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

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


#a750d6 Background Color

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

This div background color is #a750d6


#a750d6 Border Color

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

This div border color is #a750d6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a750d6


Comments

No comments written yet.

Please login to write comment.