Color Hex Logo

#8c21c7 Color Hex

#8C21C7
(140,33,199)
0 Favorites   0 Comments

Color spaces of #8c21c7

RGB 14033199
HSL0.770.720.45
HSV279°83°78°
CMYK 0.300.830.00   0.22
XYZ21.667910.786754.9728
Yxy10.78670.24780.1234
Hunter Lab32.843160.2881-76.2494
CIE-Lab39.218967.4301-64.0499

#8c21c7 color RGB value is (140,33,199).

#8c21c7 hex color red value is 140, green value is 33 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #8c21c7 hue: 0.77 , saturation: 0.72 and the lightness value of 8c21c7 is 0.45.

The process color (four color CMYK) of #8c21c7 color hex is 0.30, 0.83, 0.00, 0.22. Web safe color of #8c21c7 is #9933cc. Color #8c21c7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 00100001 11000111
Octal 214 41 307
Decimal 140 33 199
Hex 8C 21 C7

RGB Percentages of Color #8c21c7

%37.63
%8.87
%53.49

CMYK Percentages of Color #8c21c7

%30
%83
%0
%22

Triadic Colors of #8c21c7

#8c21c7 #c78c21 #21c78c

Analogous Colors of #8c21c7

#8c21c7 #c721af #3921c7

Monochromatic Colors of #8c21c7

#8c21c7

Complementary Color

#8c21c7 #5cc721

#8c21c7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c21c7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c21c7 Color CSS Codes

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

#8c21c7 Text Font Color

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

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


#8c21c7 Background Color

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

This div background color is #8c21c7


#8c21c7 Border Color

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

This div border color is #8c21c7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(140,33,199, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8c21c7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8c21c7;
  -webkit-box-shadow: 1px 1px 3px 2px #8c21c7;
  box-shadow:         1px 1px 3px 2px #8c21c7; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c21c7


Comments

No comments written yet.

Please login to write comment.