Color Hex Logo

#813fdd Color Hex

#813FDD
(129,63,221)
0 Favorites   0 Comments

Color spaces of #813fdd

RGB 12963221
HSL0.740.700.56
HSV265°71°87°
CMYK 0.420.710.00   0.13
XYZ23.881913.442669.7426
Yxy13.44260.22310.1256
Hunter Lab36.664252.1071-87.1166
CIE-Lab43.422759.3779-69.9492

#813fdd color RGB value is (129,63,221).

#813fdd hex color red value is 129, green value is 63 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #813fdd hue: 0.74 , saturation: 0.70 and the lightness value of 813fdd is 0.56.

The process color (four color CMYK) of #813fdd color hex is 0.42, 0.71, 0.00, 0.13. Web safe color of #813fdd is #9933cc. Color #813fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00111111 11011101
Octal 201 77 335
Decimal 129 63 221
Hex 81 3F DD

RGB Percentages of Color #813fdd

%31.23
%15.25
%53.51

CMYK Percentages of Color #813fdd

%42
%71
%0
%13

Triadic Colors of #813fdd

#813fdd #dd813f #3fdd81

Analogous Colors of #813fdd

#813fdd #d03fdd #3f4cdd

Monochromatic Colors of #813fdd

#813fdd

Complementary Color

#813fdd #9bdd3f

#813fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#813fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#813fdd Color CSS Codes

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

#813fdd Text Font Color

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

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


#813fdd Background Color

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

This div background color is #813fdd


#813fdd Border Color

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

This div border color is #813fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #813fdd


Comments

No comments written yet.

Please login to write comment.