Color Hex Logo

#a750b7 Color Hex

#A750B7
(167,80,183)
0 Favorites   0 Comments

Color spaces of #a750b7

RGB 16780183
HSL0.810.420.52
HSV291°56°72°
CMYK 0.090.560.00   0.28
XYZ27.352317.371746.7112
Yxy17.37170.29910.1900
Hunter Lab41.679444.2026-37.2723
CIE-Lab48.725051.1202-39.2453

#a750b7 color RGB value is (167,80,183).

#a750b7 hex color red value is 167, green value is 80 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #a750b7 hue: 0.81 , saturation: 0.42 and the lightness value of a750b7 is 0.52.

The process color (four color CMYK) of #a750b7 color hex is 0.09, 0.56, 0.00, 0.28. Web safe color of #a750b7 is #9966cc. Color #a750b7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01010000 10110111
Octal 247 120 267
Decimal 167 80 183
Hex A7 50 B7

RGB Percentages of Color #a750b7

%38.84
%18.60
%42.56

CMYK Percentages of Color #a750b7

%9
%56
%0
%28

Triadic Colors of #a750b7

#a750b7 #b7a750 #50b7a7

Analogous Colors of #a750b7

#a750b7 #b75094 #7450b7

Monochromatic Colors of #a750b7

#a750b7

Complementary Color

#a750b7 #60b750

#a750b7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a750b7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a750b7 Color CSS Codes

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

#a750b7 Text Font Color

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

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


#a750b7 Background Color

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

This div background color is #a750b7


#a750b7 Border Color

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

This div border color is #a750b7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a750b7


Comments

No comments written yet.

Please login to write comment.