Color Hex Logo

#8a1ecc Color Hex

#8A1ECC
(138,30,204)
0 Favorites   0 Comments

Color spaces of #8a1ecc

RGB 13830204
HSL0.770.740.46
HSV277°85°80°
CMYK 0.320.850.00   0.20
XYZ21.844610.691558.0391
Yxy10.69150.24120.1180
Hunter Lab32.697962.0300-82.3520
CIE-Lab39.055968.9604-67.2384

#8a1ecc color RGB value is (138,30,204).

#8a1ecc hex color red value is 138, green value is 30 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #8a1ecc hue: 0.77 , saturation: 0.74 and the lightness value of 8a1ecc is 0.46.

The process color (four color CMYK) of #8a1ecc color hex is 0.32, 0.85, 0.00, 0.20. Web safe color of #8a1ecc is #9933cc. Color #8a1ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 00011110 11001100
Octal 212 36 314
Decimal 138 30 204
Hex 8A 1E CC

RGB Percentages of Color #8a1ecc

%37.10
%8.06
%54.84

CMYK Percentages of Color #8a1ecc

%32
%85
%0
%20

Triadic Colors of #8a1ecc

#8a1ecc #cc8a1e #1ecc8a

Analogous Colors of #8a1ecc

#8a1ecc #cc1eb7 #331ecc

Monochromatic Colors of #8a1ecc

#8a1ecc

Complementary Color

#8a1ecc #60cc1e

#8a1ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a1ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a1ecc Color CSS Codes

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

#8a1ecc Text Font Color

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

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


#8a1ecc Background Color

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

This div background color is #8a1ecc


#8a1ecc Border Color

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

This div border color is #8a1ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a1ecc


Comments

No comments written yet.

Please login to write comment.