Color Hex Logo

#814bcd Color Hex

#814BCD
(129,75,205)
0 Favorites   0 Comments

Color spaces of #814bcd

RGB 12975205
HSL0.740.570.55
HSV265°63°80°
CMYK 0.370.630.00   0.20
XYZ22.588814.107159.2900
Yxy14.10710.23530.1470
Hunter Lab37.559441.6236-67.3015
CIE-Lab44.386149.4247-59.2051

#814bcd color RGB value is (129,75,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01001011 11001101
Octal 201 113 315
Decimal 129 75 205
Hex 81 4B CD

RGB Percentages of Color #814bcd

%31.54
%18.34
%50.12

CMYK Percentages of Color #814bcd

%37
%63
%0
%20

Triadic Colors of #814bcd

#814bcd #cd814b #4bcd81

Analogous Colors of #814bcd

#814bcd #c24bcd #4b56cd

Monochromatic Colors of #814bcd

#814bcd

Complementary Color

#814bcd #97cd4b

#814bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#814bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#814bcd Color CSS Codes

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

#814bcd Text Font Color

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

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


#814bcd Background Color

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

This div background color is #814bcd


#814bcd Border Color

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

This div border color is #814bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #814bcd


Comments

No comments written yet.

Please login to write comment.