Color Hex Logo

#a350cf Color Hex

#A350CF
(163,80,207)
0 Favorites   0 Comments

Color spaces of #a350cf

RGB 16380207
HSL0.780.570.56
HSV279°61°81°
CMYK 0.210.610.00   0.19
XYZ29.235418.028860.9705
Yxy18.02880.27010.1666
Hunter Lab42.460348.5978-55.4147
CIE-Lab49.531055.0541-51.8633

#a350cf color RGB value is (163,80,207).

#a350cf hex color red value is 163, green value is 80 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a350cf hue: 0.78 , saturation: 0.57 and the lightness value of a350cf is 0.56.

The process color (four color CMYK) of #a350cf color hex is 0.21, 0.61, 0.00, 0.19. Web safe color of #a350cf is #9966cc. Color #a350cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01010000 11001111
Octal 243 120 317
Decimal 163 80 207
Hex A3 50 CF

RGB Percentages of Color #a350cf

%36.22
%17.78
%46.00

CMYK Percentages of Color #a350cf

%21
%61
%0
%19

Triadic Colors of #a350cf

#a350cf #cfa350 #50cfa3

Analogous Colors of #a350cf

#a350cf #cf50bc #6450cf

Monochromatic Colors of #a350cf

#a350cf

Complementary Color

#a350cf #7ccf50

#a350cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a350cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a350cf Color CSS Codes

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

#a350cf Text Font Color

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

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


#a350cf Background Color

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

This div background color is #a350cf


#a350cf Border Color

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

This div border color is #a350cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a350cf


Comments

No comments written yet.

Please login to write comment.