Color Hex Logo

#8a44ea Color Hex

#8A44EA
(138,68,234)
0 Favorites   0 Comments

Color spaces of #8a44ea

RGB 13868234
HSL0.740.800.59
HSV265°71°92°
CMYK 0.410.710.00   0.08
XYZ27.399615.478079.3853
Yxy15.47800.22410.1266
Hunter Lab39.342155.4668-92.0972
CIE-Lab46.282161.8404-72.6244

#8a44ea color RGB value is (138,68,234).

#8a44ea hex color red value is 138, green value is 68 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #8a44ea hue: 0.74 , saturation: 0.80 and the lightness value of 8a44ea is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 01000100 11101010
Octal 212 104 352
Decimal 138 68 234
Hex 8A 44 EA

RGB Percentages of Color #8a44ea

%31.36
%15.45
%53.18

CMYK Percentages of Color #8a44ea

%41
%71
%0
%8

Triadic Colors of #8a44ea

#8a44ea #ea8a44 #44ea8a

Analogous Colors of #8a44ea

#8a44ea #dd44ea #4451ea

Monochromatic Colors of #8a44ea

#8a44ea

Complementary Color

#8a44ea #a4ea44

#8a44ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a44ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a44ea Color CSS Codes

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

#8a44ea Text Font Color

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

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


#8a44ea Background Color

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

This div background color is #8a44ea


#8a44ea Border Color

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

This div border color is #8a44ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,68,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 #8a44ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a44ea


Comments

No comments written yet.

Please login to write comment.