Color Hex Logo

#8c3acc Color Hex

#8C3ACC
(140,58,204)
0 Favorites   0 Comments

Color spaces of #8c3acc

RGB 14058204
HSL0.760.590.51
HSV274°72°80°
CMYK 0.310.720.00   0.20
XYZ23.227412.961258.4043
Yxy12.96120.24560.1370
Hunter Lab36.001752.1609-70.9830
CIE-Lab42.704759.5637-61.2868

#8c3acc color RGB value is (140,58,204).

#8c3acc hex color red value is 140, green value is 58 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #8c3acc hue: 0.76 , saturation: 0.59 and the lightness value of 8c3acc is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 00111010 11001100
Octal 214 72 314
Decimal 140 58 204
Hex 8C 3A CC

RGB Percentages of Color #8c3acc

%34.83
%14.43
%50.75

CMYK Percentages of Color #8c3acc

%31
%72
%0
%20

Triadic Colors of #8c3acc

#8c3acc #cc8c3a #3acc8c

Analogous Colors of #8c3acc

#8c3acc #cc3ac3 #433acc

Monochromatic Colors of #8c3acc

#8c3acc

Complementary Color

#8c3acc #7acc3a

#8c3acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c3acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c3acc Color CSS Codes

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

#8c3acc Text Font Color

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

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


#8c3acc Background Color

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

This div background color is #8c3acc


#8c3acc Border Color

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

This div border color is #8c3acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c3acc


Comments

No comments written yet.

Please login to write comment.