Color Hex Logo

#a950bc Color Hex

#A950BC
(169,80,188)
0 Favorites   0 Comments

Color spaces of #a950bc

RGB 16980188
HSL0.800.450.53
HSV289°57°74°
CMYK 0.100.570.00   0.26
XYZ28.307917.803249.5213
Yxy17.80320.29600.1862
Hunter Lab42.193845.9167-40.0507
CIE-Lab49.256552.6295-41.2950

#a950bc color RGB value is (169,80,188).

#a950bc hex color red value is 169, green value is 80 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a950bc hue: 0.80 , saturation: 0.45 and the lightness value of a950bc is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010000 10111100
Octal 251 120 274
Decimal 169 80 188
Hex A9 50 BC

RGB Percentages of Color #a950bc

%38.67
%18.31
%43.02

CMYK Percentages of Color #a950bc

%10
%57
%0
%26

Triadic Colors of #a950bc

#a950bc #bca950 #50bca9

Analogous Colors of #a950bc

#a950bc #bc5099 #7350bc

Monochromatic Colors of #a950bc

#a950bc

Complementary Color

#a950bc #63bc50

#a950bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a950bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a950bc Color CSS Codes

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

#a950bc Text Font Color

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

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


#a950bc Background Color

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

This div background color is #a950bc


#a950bc Border Color

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

This div border color is #a950bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a950bc


Comments

No comments written yet.

Please login to write comment.