Color Hex Logo

#8112ca Color Hex

#8112CA
(129,18,202)
0 Favorites   0 Comments

Color spaces of #8112ca

RGB 12918202
HSL0.770.840.43
HSV276°91°79°
CMYK 0.360.910.00   0.21
XYZ19.93029.364056.6341
Yxy9.36400.23190.1090
Hunter Lab30.600762.7059-88.3104
CIE-Lab36.675969.9976-70.0227

#8112ca color RGB value is (129,18,202).

#8112ca hex color red value is 129, green value is 18 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #8112ca hue: 0.77 , saturation: 0.84 and the lightness value of 8112ca is 0.43.

The process color (four color CMYK) of #8112ca color hex is 0.36, 0.91, 0.00, 0.21. Web safe color of #8112ca is #9900cc. Color #8112ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00010010 11001010
Octal 201 22 312
Decimal 129 18 202
Hex 81 12 CA

RGB Percentages of Color #8112ca

%36.96
%5.16
%57.88

CMYK Percentages of Color #8112ca

%36
%91
%0
%21

Triadic Colors of #8112ca

#8112ca #ca8112 #12ca81

Analogous Colors of #8112ca

#8112ca #ca12b7 #2512ca

Monochromatic Colors of #8112ca

#8112ca

Complementary Color

#8112ca #5bca12

#8112ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8112ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#8112ca Color CSS Codes

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

#8112ca Text Font Color

<p style="color:#8112ca">Text here</p>

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


#8112ca Background Color

<div style="background-color:#8112ca">
Div content here</div>

This div background color is #8112ca


#8112ca Border Color

<div style="border:3px solid #8112ca">
Div here</div>

This div border color is #8112ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,18,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8112ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8112ca;
  -webkit-box-shadow: 1px 1px 3px 2px #8112ca;
  box-shadow:         1px 1px 3px 2px #8112ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,18,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 #8112ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8112ca


Comments

No comments written yet.

Please login to write comment.