Color Hex Logo

#a370fc Color Hex

#A370FC
(163,112,252)
0 Favorites   0 Comments

Color spaces of #a370fc

RGB 163112252
HSL0.730.960.71
HSV262°56°99°
CMYK 0.350.560.00   0.01
XYZ38.469126.403195.1642
Yxy26.40310.24040.1650
Hunter Lab51.383943.7139-73.8376
CIE-Lab58.417749.0859-62.9141

#a370fc color RGB value is (163,112,252).

#a370fc hex color red value is 163, green value is 112 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #a370fc hue: 0.73 , saturation: 0.96 and the lightness value of a370fc is 0.71.

The process color (four color CMYK) of #a370fc color hex is 0.35, 0.56, 0.00, 0.01. Web safe color of #a370fc is #9966ff. Color #a370fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01110000 11111100
Octal 243 160 374
Decimal 163 112 252
Hex A3 70 FC

RGB Percentages of Color #a370fc

%30.93
%21.25
%47.82

CMYK Percentages of Color #a370fc

%35
%56
%0
%1

Triadic Colors of #a370fc

#a370fc #fca370 #70fca3

Analogous Colors of #a370fc

#a370fc #e970fc #7083fc

Monochromatic Colors of #a370fc

#a370fc

Complementary Color

#a370fc #c9fc70

#a370fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a370fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a370fc Color CSS Codes

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

#a370fc Text Font Color

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

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


#a370fc Background Color

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

This div background color is #a370fc


#a370fc Border Color

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

This div border color is #a370fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a370fc

Related Colors


Comments

No comments written yet.

Please login to write comment.