Color Hex Logo

#813bec Color Hex

#813BEC
(129,59,236)
0 Favorites   0 Comments

Color spaces of #813bec

RGB 12959236
HSL0.730.820.58
HSV264°75°93°
CMYK 0.450.750.00   0.07
XYZ25.757513.851280.6729
Yxy13.85120.21410.1152
Hunter Lab37.217258.4072-102.4664
CIE-Lab44.018864.8611-77.4946

#813bec color RGB value is (129,59,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 00111011 11101100
Octal 201 73 354
Decimal 129 59 236
Hex 81 3B EC

RGB Percentages of Color #813bec

%30.42
%13.92
%55.66

CMYK Percentages of Color #813bec

%45
%75
%0
%7

Triadic Colors of #813bec

#813bec #ec813b #3bec81

Analogous Colors of #813bec

#813bec #da3bec #3b4eec

Monochromatic Colors of #813bec

#813bec

Complementary Color

#813bec #a6ec3b

#813bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#813bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#813bec Color CSS Codes

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

#813bec Text Font Color

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

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


#813bec Background Color

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

This div background color is #813bec


#813bec Border Color

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

This div border color is #813bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #813bec


Comments

No comments written yet.

Please login to write comment.