color codes Logo

#812dbc color codes

#812DBC
(129,45,188)
0 Favorites   0 Comments

Color spaces of #812dbc

RGB 12945188
HSL0.760.610.46
HSV275°76°74°
CMYK 0.310.760.00   0.26
XYZ19.068710.174748.5358
Yxy10.17470.24520.1308
Hunter Lab31.897850.8872-67.8874
CIE-Lab38.154259.2824-59.4099

#812dbc color RGB value is (129,45,188).

#812dbc hex color red value is 129, green value is 45 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #812dbc hue: 0.76 , saturation: 0.61 and the lightness value of 812dbc is 0.46.

The process color (four color CMYK) of #812dbc color code is 0.31, 0.76, 0.00, 0.26. Web safe color of #812dbc is #9933cc. Color #812dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00101101 10111100
Octal 201 55 274
Decimal 129 45 188
Hex 81 2D BC

RGB Percentages of Color #812dbc

%35.64
%12.43
%51.93

CMYK Percentages of Color #812dbc

%31
%76
%0
%26

Triadic Colors of #812dbc

#812dbc #bc812d #2dbc81

Analogous Colors of #812dbc

#812dbc #bc2db0 #392dbc

Monochromatic Colors of #812dbc

#812dbc

Complementary Color

#812dbc #68bc2d

#812dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#812dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#812dbc Color CSS Codes

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

#812dbc Text Font Color

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

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


#812dbc Background Color

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

This div background color is #812dbc


#812dbc Border Color

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

This div border color is #812dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #812dbc


Comments

No comments written yet.

Please login to write comment.