Color Hex Logo

#813ecb Color Hex

#813ECB
(129,62,203)
0 Favorites   0 Comments

Color spaces of #813ecb

RGB 12962203
HSL0.750.580.52
HSV269°69°80°
CMYK 0.360.690.00   0.20
XYZ21.555412.424257.7619
Yxy12.42420.23500.1354
Hunter Lab35.248047.4752-72.4867
CIE-Lab41.882555.4193-62.1064

#813ecb color RGB value is (129,62,203).

#813ecb hex color red value is 129, green value is 62 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #813ecb hue: 0.75 , saturation: 0.58 and the lightness value of 813ecb is 0.52.

The process color (four color CMYK) of #813ecb color hex is 0.36, 0.69, 0.00, 0.20. Web safe color of #813ecb is #9933cc. Color #813ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00111110 11001011
Octal 201 76 313
Decimal 129 62 203
Hex 81 3E CB

RGB Percentages of Color #813ecb

%32.74
%15.74
%51.52

CMYK Percentages of Color #813ecb

%36
%69
%0
%20

Triadic Colors of #813ecb

#813ecb #cb813e #3ecb81

Analogous Colors of #813ecb

#813ecb #c83ecb #3e41cb

Monochromatic Colors of #813ecb

#813ecb

Complementary Color

#813ecb #88cb3e

#813ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#813ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#813ecb Color CSS Codes

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

#813ecb Text Font Color

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

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


#813ecb Background Color

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

This div background color is #813ecb


#813ecb Border Color

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

This div border color is #813ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #813ecb


Comments

No comments written yet.

Please login to write comment.