Color Hex Logo

#8a09ea Color Hex

#8A09EA
(138,9,234)
0 Favorites   0 Comments

Color spaces of #8a09ea

RGB 1389234
HSL0.760.930.48
HSV274°96°92°
CMYK 0.410.960.00   0.08
XYZ25.430211.539278.7289
Yxy11.53920.21980.0997
Hunter Lab33.969474.1824-113.6344
CIE-Lab40.474278.7632-82.1405

#8a09ea color RGB value is (138,9,234).

#8a09ea hex color red value is 138, green value is 9 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #8a09ea hue: 0.76 , saturation: 0.93 and the lightness value of 8a09ea is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 00001001 11101010
Octal 212 11 352
Decimal 138 9 234
Hex 8A 9 EA

RGB Percentages of Color #8a09ea

%36.22
%2.36
%61.42

CMYK Percentages of Color #8a09ea

%41
%96
%0
%8

Triadic Colors of #8a09ea

#8a09ea #ea8a09 #09ea8a

Analogous Colors of #8a09ea

#8a09ea #ea09da #1a09ea

Monochromatic Colors of #8a09ea

#8a09ea

Complementary Color

#8a09ea #69ea09

#8a09ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a09ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a09ea Color CSS Codes

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

#8a09ea Text Font Color

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

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


#8a09ea Background Color

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

This div background color is #8a09ea


#8a09ea Border Color

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

This div border color is #8a09ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a09ea


Comments

No comments written yet.

Please login to write comment.