Color Hex Logo

#830cca Color Hex

#830CCA
(131,12,202)
0 Favorites   0 Comments

Color spaces of #830cca

RGB 13112202
HSL0.770.890.42
HSV278°94°79°
CMYK 0.350.940.00   0.21
XYZ20.15229.352556.6202
Yxy9.35250.23400.1086
Hunter Lab30.581964.1060-88.3640
CIE-Lab36.654371.1894-70.0467

#830cca color RGB value is (131,12,202).

#830cca hex color red value is 131, green value is 12 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #830cca hue: 0.77 , saturation: 0.89 and the lightness value of 830cca is 0.42.

The process color (four color CMYK) of #830cca color hex is 0.35, 0.94, 0.00, 0.21. Web safe color of #830cca is #9900cc. Color #830cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00001100 11001010
Octal 203 14 312
Decimal 131 12 202
Hex 83 C CA

RGB Percentages of Color #830cca

%37.97
%3.48
%58.55

CMYK Percentages of Color #830cca

%35
%94
%0
%21

Triadic Colors of #830cca

#830cca #ca830c #0cca83

Analogous Colors of #830cca

#830cca #ca0cb2 #240cca

Monochromatic Colors of #830cca

#830cca

Complementary Color

#830cca #53ca0c

#830cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#830cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#830cca Color CSS Codes

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

#830cca Text Font Color

<p style="color:#830cca">Text here</p>

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


#830cca Background Color

<div style="background-color:#830cca">
Div content here</div>

This div background color is #830cca


#830cca Border Color

<div style="border:3px solid #830cca">
Div here</div>

This div border color is #830cca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,12,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #830cca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #830cca;
  -webkit-box-shadow: 1px 1px 3px 2px #830cca;
  box-shadow:         1px 1px 3px 2px #830cca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,12,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 #830cca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #830cca


Comments

No comments written yet.

Please login to write comment.