Color Hex Logo

#8c3cca Color Hex

#8C3CCA
(140,60,202)
0 Favorites   0 Comments

Color spaces of #8c3cca

RGB 14060202
HSL0.760.570.51
HSV274°70°79°
CMYK 0.310.700.00   0.21
XYZ23.091713.071457.1831
Yxy13.07140.24740.1400
Hunter Lab36.154450.7372-68.4671
CIE-Lab42.870658.2386-59.8601

#8c3cca color RGB value is (140,60,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 00111100 11001010
Octal 214 74 312
Decimal 140 60 202
Hex 8C 3C CA

RGB Percentages of Color #8c3cca

%34.83
%14.93
%50.25

CMYK Percentages of Color #8c3cca

%31
%70
%0
%21

Triadic Colors of #8c3cca

#8c3cca #ca8c3c #3cca8c

Analogous Colors of #8c3cca

#8c3cca #ca3cc1 #453cca

Monochromatic Colors of #8c3cca

#8c3cca

Complementary Color

#8c3cca #7aca3c

#8c3cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c3cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c3cca Color CSS Codes

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

#8c3cca Text Font Color

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

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


#8c3cca Background Color

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

This div background color is #8c3cca


#8c3cca Border Color

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

This div border color is #8c3cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c3cca


Comments

No comments written yet.

Please login to write comment.