Color Hex Logo

#8a04ce Color Hex

#8A04CE
(138,4,206)
0 Favorites   0 Comments

Color spaces of #8a04ce

RGB 1384206
HSL0.780.960.41
HSV280°98°81°
CMYK 0.330.980.00   0.19
XYZ21.66529.946359.1705
Yxy9.94630.23870.1096
Hunter Lab31.537867.4314-89.1623
CIE-Lab37.745973.7665-70.5440

#8a04ce color RGB value is (138,4,206).

#8a04ce hex color red value is 138, green value is 4 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #8a04ce hue: 0.78 , saturation: 0.96 and the lightness value of 8a04ce is 0.41.

The process color (four color CMYK) of #8a04ce color hex is 0.33, 0.98, 0.00, 0.19. Web safe color of #8a04ce is #9900cc. Color #8a04ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 00000100 11001110
Octal 212 4 316
Decimal 138 4 206
Hex 8A 4 CE

RGB Percentages of Color #8a04ce

%39.66
%1.15
%59.20

CMYK Percentages of Color #8a04ce

%33
%98
%0
%19

Triadic Colors of #8a04ce

#8a04ce #ce8a04 #04ce8a

Analogous Colors of #8a04ce

#8a04ce #ce04ad #2504ce

Monochromatic Colors of #8a04ce

#8a04ce

Complementary Color

#8a04ce #48ce04

#8a04ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a04ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a04ce Color CSS Codes

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

#8a04ce Text Font Color

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

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


#8a04ce Background Color

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

This div background color is #8a04ce


#8a04ce Border Color

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

This div border color is #8a04ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a04ce


Comments

No comments written yet.

Please login to write comment.