Color Hex Logo

#814ccb Color Hex

#814CCB
(129,76,203)
0 Favorites   0 Comments

Color spaces of #814ccb

RGB 12976203
HSL0.740.550.55
HSV265°63°80°
CMYK 0.360.630.00   0.20
XYZ22.417214.147858.0492
Yxy14.14780.23690.1495
Hunter Lab37.613640.5600-65.1731
CIE-Lab44.444248.3884-57.9578

#814ccb color RGB value is (129,76,203).

#814ccb hex color red value is 129, green value is 76 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #814ccb hue: 0.74 , saturation: 0.55 and the lightness value of 814ccb is 0.55.

The process color (four color CMYK) of #814ccb color hex is 0.36, 0.63, 0.00, 0.20. Web safe color of #814ccb is #9933cc. Color #814ccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01001100 11001011
Octal 201 114 313
Decimal 129 76 203
Hex 81 4C CB

RGB Percentages of Color #814ccb

%31.62
%18.63
%49.75

CMYK Percentages of Color #814ccb

%36
%63
%0
%20

Triadic Colors of #814ccb

#814ccb #cb814c #4ccb81

Analogous Colors of #814ccb

#814ccb #c14ccb #4c56cb

Monochromatic Colors of #814ccb

#814ccb

Complementary Color

#814ccb #96cb4c

#814ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#814ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#814ccb Color CSS Codes

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

#814ccb Text Font Color

<p style="color:#814ccb">Text here</p>

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


#814ccb Background Color

<div style="background-color:#814ccb">
Div content here</div>

This div background color is #814ccb


#814ccb Border Color

<div style="border:3px solid #814ccb">
Div here</div>

This div border color is #814ccb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,76,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #814ccb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #814ccb;
  -webkit-box-shadow: 1px 1px 3px 2px #814ccb;
  box-shadow:         1px 1px 3px 2px #814ccb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #814ccb


Comments

No comments written yet.

Please login to write comment.