Color Hex Logo

#812ddb Color Hex

#812DDB
(129,45,219)
0 Favorites   0 Comments

Color spaces of #812ddb

RGB 12945219
HSL0.750.710.52
HSV269°79°86°
CMYK 0.410.790.00   0.14
XYZ22.777811.658468.0676
Yxy11.65840.22220.1137
Hunter Lab34.144459.3250-94.2948
CIE-Lab40.668066.3127-73.3074

#812ddb color RGB value is (129,45,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 00101101 11011011
Octal 201 55 333
Decimal 129 45 219
Hex 81 2D DB

RGB Percentages of Color #812ddb

%32.82
%11.45
%55.73

CMYK Percentages of Color #812ddb

%41
%79
%0
%14

Triadic Colors of #812ddb

#812ddb #db812d #2ddb81

Analogous Colors of #812ddb

#812ddb #d82ddb #2d30db

Monochromatic Colors of #812ddb

#812ddb

Complementary Color

#812ddb #87db2d

#812ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#812ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#812ddb Color CSS Codes

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

#812ddb Text Font Color

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

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


#812ddb Background Color

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

This div background color is #812ddb


#812ddb Border Color

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

This div border color is #812ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #812ddb


Comments

No comments written yet.

Please login to write comment.