Color Hex Logo

#a750ba Color Hex

#A750BA
(167,80,186)
0 Favorites   0 Comments

Color spaces of #a750ba

RGB 16780186
HSL0.800.430.52
HSV289°57°73°
CMYK 0.100.570.00   0.27
XYZ27.667917.498048.3736
Yxy17.49800.29580.1871
Hunter Lab41.830644.8612-39.2825
CIE-Lab48.881551.7105-40.7441

#a750ba color RGB value is (167,80,186).

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

The process color (four color CMYK) of #a750ba color hex is 0.10, 0.57, 0.00, 0.27. Web safe color of #a750ba is #9966cc. Color #a750ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01010000 10111010
Octal 247 120 272
Decimal 167 80 186
Hex A7 50 BA

RGB Percentages of Color #a750ba

%38.57
%18.48
%42.96

CMYK Percentages of Color #a750ba

%10
%57
%0
%27

Triadic Colors of #a750ba

#a750ba #baa750 #50baa7

Analogous Colors of #a750ba

#a750ba #ba5098 #7250ba

Monochromatic Colors of #a750ba

#a750ba

Complementary Color

#a750ba #63ba50

#a750ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a750ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a750ba Color CSS Codes

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

#a750ba Text Font Color

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

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


#a750ba Background Color

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

This div background color is #a750ba


#a750ba Border Color

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

This div border color is #a750ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a750ba


Comments

No comments written yet.

Please login to write comment.