Color Hex Logo

#8a2ada Color Hex

#8A2ADA
(138,42,218)
0 Favorites   0 Comments

Color spaces of #8a2ada

RGB 13842218
HSL0.760.700.51
HSV273°81°85°
CMYK 0.370.810.00   0.15
XYZ23.964112.121267.4062
Yxy12.12120.23160.1171
Hunter Lab34.815561.9374-90.4203
CIE-Lab41.408168.4231-71.4756

#8a2ada color RGB value is (138,42,218).

#8a2ada hex color red value is 138, green value is 42 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #8a2ada hue: 0.76 , saturation: 0.70 and the lightness value of 8a2ada is 0.51.

The process color (four color CMYK) of #8a2ada color hex is 0.37, 0.81, 0.00, 0.15. Web safe color of #8a2ada is #9933cc. Color #8a2ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 00101010 11011010
Octal 212 52 332
Decimal 138 42 218
Hex 8A 2A DA

RGB Percentages of Color #8a2ada

%34.67
%10.55
%54.77

CMYK Percentages of Color #8a2ada

%37
%81
%0
%15

Triadic Colors of #8a2ada

#8a2ada #da8a2a #2ada8a

Analogous Colors of #8a2ada

#8a2ada #da2ad2 #322ada

Monochromatic Colors of #8a2ada

#8a2ada

Complementary Color

#8a2ada #7ada2a

#8a2ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a2ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a2ada Color CSS Codes

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

#8a2ada Text Font Color

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

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


#8a2ada Background Color

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

This div background color is #8a2ada


#8a2ada Border Color

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

This div border color is #8a2ada


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(138,42,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8a2ada; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8a2ada;
  -webkit-box-shadow: 1px 1px 3px 2px #8a2ada;
  box-shadow:         1px 1px 3px 2px #8a2ada; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,42,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a2ada


Comments

No comments written yet.

Please login to write comment.