Color Hex Logo

#8c20cf Color Hex

#8C20CF
(140,32,207)
0 Favorites   0 Comments

Color spaces of #8c20cf

RGB 14032207
HSL0.770.730.47
HSV277°85°81°
CMYK 0.320.850.00   0.19
XYZ22.594211.113559.9857
Yxy11.11350.24120.1186
Hunter Lab33.336962.6393-83.3493
CIE-Lab39.771069.3423-67.7986

#8c20cf color RGB value is (140,32,207).

#8c20cf hex color red value is 140, green value is 32 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #8c20cf hue: 0.77 , saturation: 0.73 and the lightness value of 8c20cf is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 00100000 11001111
Octal 214 40 317
Decimal 140 32 207
Hex 8C 20 CF

RGB Percentages of Color #8c20cf

%36.94
%8.44
%54.62

CMYK Percentages of Color #8c20cf

%32
%85
%0
%19

Triadic Colors of #8c20cf

#8c20cf #cf8c20 #20cf8c

Analogous Colors of #8c20cf

#8c20cf #cf20bb #3420cf

Monochromatic Colors of #8c20cf

#8c20cf

Complementary Color

#8c20cf #63cf20

#8c20cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c20cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c20cf Color CSS Codes

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

#8c20cf Text Font Color

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

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


#8c20cf Background Color

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

This div background color is #8c20cf


#8c20cf Border Color

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

This div border color is #8c20cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c20cf


Comments

No comments written yet.

Please login to write comment.