Color Hex Logo

#a350bc Color Hex

#A350BC
(163,80,188)
0 Favorites   0 Comments

Color spaces of #a350bc

RGB 16380188
HSL0.790.450.53
HSV286°57°74°
CMYK 0.130.570.00   0.26
XYZ27.050017.154749.4624
Yxy17.15470.28880.1831
Hunter Lab41.418244.0954-41.8124
CIE-Lab48.454451.0661-42.6170

#a350bc color RGB value is (163,80,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01010000 10111100
Octal 243 120 274
Decimal 163 80 188
Hex A3 50 BC

RGB Percentages of Color #a350bc

%37.82
%18.56
%43.62

CMYK Percentages of Color #a350bc

%13
%57
%0
%26

Triadic Colors of #a350bc

#a350bc #bca350 #50bca3

Analogous Colors of #a350bc

#a350bc #bc509f #6d50bc

Monochromatic Colors of #a350bc

#a350bc

Complementary Color

#a350bc #69bc50

#a350bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a350bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a350bc Color CSS Codes

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

#a350bc Text Font Color

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

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


#a350bc Background Color

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

This div background color is #a350bc


#a350bc Border Color

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

This div border color is #a350bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a350bc


Comments

No comments written yet.

Please login to write comment.