Color Hex Logo

#812bdb Color Hex

#812BDB
(129,43,219)
0 Favorites   0 Comments

Color spaces of #812bdb

RGB 12943219
HSL0.750.710.51
HSV269°80°86°
CMYK 0.410.800.00   0.14
XYZ22.703311.509468.0428
Yxy11.50940.22200.1126
Hunter Lab33.925560.0844-95.1673
CIE-Lab40.425567.0188-73.7046

#812bdb color RGB value is (129,43,219).

#812bdb hex color red value is 129, green value is 43 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #812bdb hue: 0.75 , saturation: 0.71 and the lightness value of 812bdb is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 00101011 11011011
Octal 201 53 333
Decimal 129 43 219
Hex 81 2B DB

RGB Percentages of Color #812bdb

%32.99
%11.00
%56.01

CMYK Percentages of Color #812bdb

%41
%80
%0
%14

Triadic Colors of #812bdb

#812bdb #db812b #2bdb81

Analogous Colors of #812bdb

#812bdb #d92bdb #2b2ddb

Monochromatic Colors of #812bdb

#812bdb

Complementary Color

#812bdb #85db2b

#812bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#812bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#812bdb Color CSS Codes

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

#812bdb Text Font Color

<p style="color:#812bdb">Text here</p>

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


#812bdb Background Color

<div style="background-color:#812bdb">
Div content here</div>

This div background color is #812bdb


#812bdb Border Color

<div style="border:3px solid #812bdb">
Div here</div>

This div border color is #812bdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,43,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 #812bdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #812bdb


Comments

No comments written yet.

Please login to write comment.