Color Hex Logo

#a20fca Color Hex

#A20FCA
(162,15,202)
0 Favorites   0 Comments

Color spaces of #a20fca

RGB 16215202
HSL0.800.860.43
HSV287°93°79°
CMYK 0.200.930.00   0.21
XYZ25.731812.287356.8926
Yxy12.28730.27110.1295
Hunter Lab35.053269.6897-71.6924
CIE-Lab41.669174.8812-61.6580

#a20fca color RGB value is (162,15,202).

#a20fca hex color red value is 162, green value is 15 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a20fca hue: 0.80 , saturation: 0.86 and the lightness value of a20fca is 0.43.

The process color (four color CMYK) of #a20fca color hex is 0.20, 0.93, 0.00, 0.21. Web safe color of #a20fca is #9900cc. Color #a20fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00001111 11001010
Octal 242 17 312
Decimal 162 15 202
Hex A2 F CA

RGB Percentages of Color #a20fca

%42.74
%3.96
%53.30

CMYK Percentages of Color #a20fca

%20
%93
%0
%21

Triadic Colors of #a20fca

#a20fca #caa20f #0fcaa2

Analogous Colors of #a20fca

#a20fca #ca0f95 #450fca

Monochromatic Colors of #a20fca

#a20fca

Complementary Color

#a20fca #37ca0f

#a20fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a20fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a20fca Color CSS Codes

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

#a20fca Text Font Color

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

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


#a20fca Background Color

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

This div background color is #a20fca


#a20fca Border Color

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

This div border color is #a20fca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,15,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a20fca


Comments

No comments written yet.

Please login to write comment.