Color Hex Logo

#a24eb2 Color Hex

#A24EB2
(162,78,178)
0 Favorites   0 Comments

Color spaces of #a24eb2

RGB 16278178
HSL0.810.390.50
HSV290°56°70°
CMYK 0.090.560.00   0.30
XYZ25.660616.344543.9218
Yxy16.34450.29860.1902
Hunter Lab40.428342.5476-36.1135
CIE-Lab47.423349.7803-38.4254

#a24eb2 color RGB value is (162,78,178).

#a24eb2 hex color red value is 162, green value is 78 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #a24eb2 hue: 0.81 , saturation: 0.39 and the lightness value of a24eb2 is 0.50.

The process color (four color CMYK) of #a24eb2 color hex is 0.09, 0.56, 0.00, 0.30. Web safe color of #a24eb2 is #996699. Color #a24eb2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01001110 10110010
Octal 242 116 262
Decimal 162 78 178
Hex A2 4E B2

RGB Percentages of Color #a24eb2

%38.76
%18.66
%42.58

CMYK Percentages of Color #a24eb2

%9
%56
%0
%30

Triadic Colors of #a24eb2

#a24eb2 #b2a24e #4eb2a2

Analogous Colors of #a24eb2

#a24eb2 #b24e90 #704eb2

Monochromatic Colors of #a24eb2

#a24eb2

Complementary Color

#a24eb2 #5eb24e

#a24eb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a24eb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a24eb2 Color CSS Codes

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

#a24eb2 Text Font Color

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

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


#a24eb2 Background Color

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

This div background color is #a24eb2


#a24eb2 Border Color

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

This div border color is #a24eb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a24eb2


Comments

No comments written yet.

Please login to write comment.