Color Hex Logo

#813dab Color Hex

#813DAB
(129,61,171)
0 Favorites   0 Comments

Color spaces of #813dab

RGB 12961171
HSL0.770.470.45
HSV277°64°67°
CMYK 0.250.640.00   0.33
XYZ18.072710.944939.6881
Yxy10.94490.26300.1593
Hunter Lab33.083139.6160-47.9691
CIE-Lab39.487548.3476-47.1983

#813dab color RGB value is (129,61,171).

#813dab hex color red value is 129, green value is 61 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #813dab hue: 0.77 , saturation: 0.47 and the lightness value of 813dab is 0.45.

The process color (four color CMYK) of #813dab color hex is 0.25, 0.64, 0.00, 0.33. Web safe color of #813dab is #993399. Color #813dab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00111101 10101011
Octal 201 75 253
Decimal 129 61 171
Hex 81 3D AB

RGB Percentages of Color #813dab

%35.73
%16.90
%47.37

CMYK Percentages of Color #813dab

%25
%64
%0
%33

Triadic Colors of #813dab

#813dab #ab813d #3dab81

Analogous Colors of #813dab

#813dab #ab3d9e #4a3dab

Monochromatic Colors of #813dab

#813dab

Complementary Color

#813dab #67ab3d

#813dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#813dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#813dab Color CSS Codes

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

#813dab Text Font Color

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

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


#813dab Background Color

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

This div background color is #813dab


#813dab Border Color

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

This div border color is #813dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #813dab


Comments

No comments written yet.

Please login to write comment.