Color Hex Logo

#8c206b Color Hex

#8C206B
(140,32,107)
0 Favorites   0 Comments

Color spaces of #8c206b

RGB 14032107
HSL0.880.630.34
HSV318°77°55°
CMYK 0.000.770.24   0.45
XYZ13.98567.670014.6533
Yxy7.67000.38520.2112
Hunter Lab27.694841.6750-11.9840
CIE-Lab33.285951.5283-17.5159

#8c206b color RGB value is (140,32,107).

#8c206b hex color red value is 140, green value is 32 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #8c206b hue: 0.88 , saturation: 0.63 and the lightness value of 8c206b is 0.34.

The process color (four color CMYK) of #8c206b color hex is 0.00, 0.77, 0.24, 0.45. Web safe color of #8c206b is #993366. Color #8c206b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 00100000 01101011
Octal 214 40 153
Decimal 140 32 107
Hex 8C 20 6B

RGB Percentages of Color #8c206b

%50.18
%11.47
%38.35

CMYK Percentages of Color #8c206b

%0
%77
%24
%45

Triadic Colors of #8c206b

#8c206b #6b8c20 #206b8c

Analogous Colors of #8c206b

#8c206b #8c2035 #77208c

Monochromatic Colors of #8c206b

#8c206b

Complementary Color

#8c206b #208c41

#8c206b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c206b Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c206b Color CSS Codes

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

#8c206b Text Font Color

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

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


#8c206b Background Color

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

This div background color is #8c206b


#8c206b Border Color

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

This div border color is #8c206b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c206b


Comments

No comments written yet.

Please login to write comment.