Color Hex Logo

#a243fc Color Hex

#A243FC
(162,67,252)
0 Favorites   0 Comments

Color spaces of #a243fc

RGB 16267252
HSL0.750.970.63
HSV271°73°99°
CMYK 0.360.730.00   0.01
XYZ34.478118.724093.8923
Yxy18.72400.23440.1273
Hunter Lab43.271266.5024-98.3608
CIE-Lab50.362770.5458-75.9463

#a243fc color RGB value is (162,67,252).

#a243fc hex color red value is 162, green value is 67 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #a243fc hue: 0.75 , saturation: 0.97 and the lightness value of a243fc is 0.63.

The process color (four color CMYK) of #a243fc color hex is 0.36, 0.73, 0.00, 0.01. Web safe color of #a243fc is #9933ff. Color #a243fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01000011 11111100
Octal 242 103 374
Decimal 162 67 252
Hex A2 43 FC

RGB Percentages of Color #a243fc

%33.68
%13.93
%52.39

CMYK Percentages of Color #a243fc

%36
%73
%0
%1

Triadic Colors of #a243fc

#a243fc #fca243 #43fca2

Analogous Colors of #a243fc

#a243fc #fc43fa #4543fc

Monochromatic Colors of #a243fc

#a243fc

Complementary Color

#a243fc #9dfc43

#a243fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a243fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a243fc Color CSS Codes

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

#a243fc Text Font Color

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

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


#a243fc Background Color

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

This div background color is #a243fc


#a243fc Border Color

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

This div border color is #a243fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a243fc

Related Colors


Comments

No comments written yet.

Please login to write comment.