Color Hex Logo

#8f1ccc Color Hex

#8F1CCC
(143,28,204)
0 Favorites   0 Comments

Color spaces of #8f1ccc

RGB 14328204
HSL0.780.760.45
HSV279°86°80°
CMYK 0.300.860.00   0.20
XYZ22.642011.029858.0623
Yxy11.02980.24680.1202
Hunter Lab33.211163.5745-80.4076
CIE-Lab39.630670.1656-66.2692

#8f1ccc color RGB value is (143,28,204).

#8f1ccc hex color red value is 143, green value is 28 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #8f1ccc hue: 0.78 , saturation: 0.76 and the lightness value of 8f1ccc is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 00011100 11001100
Octal 217 34 314
Decimal 143 28 204
Hex 8F 1C CC

RGB Percentages of Color #8f1ccc

%38.13
%7.47
%54.40

CMYK Percentages of Color #8f1ccc

%30
%86
%0
%20

Triadic Colors of #8f1ccc

#8f1ccc #cc8f1c #1ccc8f

Analogous Colors of #8f1ccc

#8f1ccc #cc1cb1 #371ccc

Monochromatic Colors of #8f1ccc

#8f1ccc

Complementary Color

#8f1ccc #59cc1c

#8f1ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f1ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f1ccc Color CSS Codes

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

#8f1ccc Text Font Color

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

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


#8f1ccc Background Color

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

This div background color is #8f1ccc


#8f1ccc Border Color

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

This div border color is #8f1ccc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,28,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 #8f1ccc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f1ccc


Comments

No comments written yet.

Please login to write comment.