Color Hex Logo

#813cec Color Hex

#813CEC
(129,60,236)
0 Favorites   0 Comments

Color spaces of #813cec

RGB 12960236
HSL0.730.820.58
HSV264°75°93°
CMYK 0.450.750.00   0.07
XYZ25.809413.955080.6902
Yxy13.95500.21430.1159
Hunter Lab37.356457.9513-101.9176
CIE-Lab44.168364.4336-77.2497

#813cec color RGB value is (129,60,236).

#813cec hex color red value is 129, green value is 60 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #813cec hue: 0.73 , saturation: 0.82 and the lightness value of 813cec is 0.58.

The process color (four color CMYK) of #813cec color hex is 0.45, 0.75, 0.00, 0.07. Web safe color of #813cec is #9933ff. Color #813cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00111100 11101100
Octal 201 74 354
Decimal 129 60 236
Hex 81 3C EC

RGB Percentages of Color #813cec

%30.35
%14.12
%55.53

CMYK Percentages of Color #813cec

%45
%75
%0
%7

Triadic Colors of #813cec

#813cec #ec813c #3cec81

Analogous Colors of #813cec

#813cec #d93cec #3c4fec

Monochromatic Colors of #813cec

#813cec

Complementary Color

#813cec #a7ec3c

#813cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#813cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#813cec Color CSS Codes

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

#813cec Text Font Color

<p style="color:#813cec">Text here</p>

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


#813cec Background Color

<div style="background-color:#813cec">
Div content here</div>

This div background color is #813cec


#813cec Border Color

<div style="border:3px solid #813cec">
Div here</div>

This div border color is #813cec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,60,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #813cec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #813cec;
  -webkit-box-shadow: 1px 1px 3px 2px #813cec;
  box-shadow:         1px 1px 3px 2px #813cec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #813cec


Comments

No comments written yet.

Please login to write comment.