Color Hex Logo

#a24fca Color Hex

#A24FCA
(162,79,202)
0 Favorites   0 Comments

Color spaces of #a24fca

RGB 16279202
HSL0.780.540.55
HSV280°61°79°
CMYK 0.200.610.00   0.21
XYZ28.356917.537657.7676
Yxy17.53760.27360.1692
Hunter Lab41.877947.5818-52.4718
CIE-Lab48.930454.2278-49.9602

#a24fca color RGB value is (162,79,202).

#a24fca hex color red value is 162, green value is 79 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a24fca hue: 0.78 , saturation: 0.54 and the lightness value of a24fca is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01001111 11001010
Octal 242 117 312
Decimal 162 79 202
Hex A2 4F CA

RGB Percentages of Color #a24fca

%36.57
%17.83
%45.60

CMYK Percentages of Color #a24fca

%20
%61
%0
%21

Triadic Colors of #a24fca

#a24fca #caa24f #4fcaa2

Analogous Colors of #a24fca

#a24fca #ca4fb5 #654fca

Monochromatic Colors of #a24fca

#a24fca

Complementary Color

#a24fca #77ca4f

#a24fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a24fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a24fca Color CSS Codes

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

#a24fca Text Font Color

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

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


#a24fca Background Color

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

This div background color is #a24fca


#a24fca Border Color

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

This div border color is #a24fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a24fca


Comments

No comments written yet.

Please login to write comment.