Color Hex Logo

#8a24ea Color Hex

#8A24EA
(138,36,234)
0 Favorites   0 Comments

Color spaces of #8a24ea

RGB 13836234
HSL0.750.830.53
HSV271°85°92°
CMYK 0.410.850.00   0.08
XYZ25.963412.605578.9066
Yxy12.60550.22100.1073
Hunter Lab35.504268.4004-106.9165
CIE-Lab42.162773.7212-79.3642

#8a24ea color RGB value is (138,36,234).

#8a24ea hex color red value is 138, green value is 36 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #8a24ea hue: 0.75 , saturation: 0.83 and the lightness value of 8a24ea is 0.53.

The process color (four color CMYK) of #8a24ea color hex is 0.41, 0.85, 0.00, 0.08. Web safe color of #8a24ea is #9933ff. Color #8a24ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 00100100 11101010
Octal 212 44 352
Decimal 138 36 234
Hex 8A 24 EA

RGB Percentages of Color #8a24ea

%33.82
%8.82
%57.35

CMYK Percentages of Color #8a24ea

%41
%85
%0
%8

Triadic Colors of #8a24ea

#8a24ea #ea8a24 #24ea8a

Analogous Colors of #8a24ea

#8a24ea #ea24e7 #2724ea

Monochromatic Colors of #8a24ea

#8a24ea

Complementary Color

#8a24ea #84ea24

#8a24ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a24ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a24ea Color CSS Codes

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

#8a24ea Text Font Color

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

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


#8a24ea Background Color

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

This div background color is #8a24ea


#8a24ea Border Color

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

This div border color is #8a24ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a24ea


Comments

No comments written yet.

Please login to write comment.