Color Hex Logo

#813dfc Color Hex

#813DFC
(129,61,252)
0 Favorites   0 Comments

Color spaces of #813dfc

RGB 12961252
HSL0.730.970.61
HSV261°76°99°
CMYK 0.490.760.00   0.01
XYZ28.292715.032993.5059
Yxy15.03290.20680.1099
Hunter Lab38.772362.4026-115.8472
CIE-Lab45.679267.9892-83.7598

#813dfc color RGB value is (129,61,252).

#813dfc hex color red value is 129, green value is 61 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #813dfc hue: 0.73 , saturation: 0.97 and the lightness value of 813dfc is 0.61.

The process color (four color CMYK) of #813dfc color hex is 0.49, 0.76, 0.00, 0.01. Web safe color of #813dfc is #9933ff. Color #813dfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00111101 11111100
Octal 201 75 374
Decimal 129 61 252
Hex 81 3D FC

RGB Percentages of Color #813dfc

%29.19
%13.80
%57.01

CMYK Percentages of Color #813dfc

%49
%76
%0
%1

Triadic Colors of #813dfc

#813dfc #fc813d #3dfc81

Analogous Colors of #813dfc

#813dfc #e13dfc #3d58fc

Monochromatic Colors of #813dfc

#813dfc

Complementary Color

#813dfc #b8fc3d

#813dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#813dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#813dfc Color CSS Codes

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

#813dfc Text Font Color

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

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


#813dfc Background Color

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

This div background color is #813dfc


#813dfc Border Color

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

This div border color is #813dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #813dfc


Comments

No comments written yet.

Please login to write comment.