Color Hex Logo

#813ddb Color Hex

#813DDB
(129,61,219)
0 Favorites   0 Comments

Color spaces of #813ddb

RGB 12961219
HSL0.740.690.55
HSV266°72°86°
CMYK 0.410.720.00   0.14
XYZ23.508213.119168.3111
Yxy13.11910.22400.1250
Hunter Lab36.220352.4670-86.4661
CIE-Lab42.942259.7949-69.5900

#813ddb color RGB value is (129,61,219).

#813ddb hex color red value is 129, green value is 61 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #813ddb hue: 0.74 , saturation: 0.69 and the lightness value of 813ddb is 0.55.

The process color (four color CMYK) of #813ddb color hex is 0.41, 0.72, 0.00, 0.14. Web safe color of #813ddb is #9933cc. Color #813ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00111101 11011011
Octal 201 75 333
Decimal 129 61 219
Hex 81 3D DB

RGB Percentages of Color #813ddb

%31.54
%14.91
%53.55

CMYK Percentages of Color #813ddb

%41
%72
%0
%14

Triadic Colors of #813ddb

#813ddb #db813d #3ddb81

Analogous Colors of #813ddb

#813ddb #d03ddb #3d48db

Monochromatic Colors of #813ddb

#813ddb

Complementary Color

#813ddb #97db3d

#813ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#813ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#813ddb Color CSS Codes

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

#813ddb Text Font Color

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

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


#813ddb Background Color

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

This div background color is #813ddb


#813ddb Border Color

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

This div border color is #813ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #813ddb


Comments

No comments written yet.

Please login to write comment.