Color Hex Logo

#8c2cca Color Hex

#8C2CCA
(140,44,202)
0 Favorites   0 Comments

Color spaces of #8c2cca

RGB 14044202
HSL0.770.640.48
HSV276°78°79°
CMYK 0.310.780.00   0.21
XYZ22.376611.641156.9447
Yxy11.64110.24600.1280
Hunter Lab34.119157.3589-75.0717
CIE-Lab40.639964.5993-63.4816

#8c2cca color RGB value is (140,44,202).

#8c2cca hex color red value is 140, green value is 44 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #8c2cca hue: 0.77 , saturation: 0.64 and the lightness value of 8c2cca is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 00101100 11001010
Octal 214 54 312
Decimal 140 44 202
Hex 8C 2C CA

RGB Percentages of Color #8c2cca

%36.27
%11.40
%52.33

CMYK Percentages of Color #8c2cca

%31
%78
%0
%21

Triadic Colors of #8c2cca

#8c2cca #ca8c2c #2cca8c

Analogous Colors of #8c2cca

#8c2cca #ca2cb9 #3d2cca

Monochromatic Colors of #8c2cca

#8c2cca

Complementary Color

#8c2cca #6aca2c

#8c2cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c2cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c2cca Color CSS Codes

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

#8c2cca Text Font Color

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

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


#8c2cca Background Color

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

This div background color is #8c2cca


#8c2cca Border Color

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

This div border color is #8c2cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c2cca


Comments

No comments written yet.

Please login to write comment.