Color Hex Logo

#a02fca Color Hex

#A02FCA
(160,47,202)
0 Favorites   0 Comments

Color spaces of #a02fca

RGB 16047202
HSL0.790.620.49
HSV284°77°79°
CMYK 0.210.770.00   0.21
XYZ26.174413.770957.1556
Yxy13.77090.26960.1418
Hunter Lab37.109260.9613-65.3422
CIE-Lab43.902667.0983-58.0551

#a02fca color RGB value is (160,47,202).

#a02fca hex color red value is 160, green value is 47 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a02fca hue: 0.79 , saturation: 0.62 and the lightness value of a02fca is 0.49.

The process color (four color CMYK) of #a02fca color hex is 0.21, 0.77, 0.00, 0.21. Web safe color of #a02fca is #9933cc. Color #a02fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00101111 11001010
Octal 240 57 312
Decimal 160 47 202
Hex A0 2F CA

RGB Percentages of Color #a02fca

%39.12
%11.49
%49.39

CMYK Percentages of Color #a02fca

%21
%77
%0
%21

Triadic Colors of #a02fca

#a02fca #caa02f #2fcaa0

Analogous Colors of #a02fca

#a02fca #ca2fa7 #522fca

Monochromatic Colors of #a02fca

#a02fca

Complementary Color

#a02fca #59ca2f

#a02fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a02fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a02fca Color CSS Codes

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

#a02fca Text Font Color

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

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


#a02fca Background Color

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

This div background color is #a02fca


#a02fca Border Color

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

This div border color is #a02fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a02fca


Comments

No comments written yet.

Please login to write comment.