Color Hex Logo

#814ba4 Color Hex

#814BA4
(129,75,164)
0 Favorites   0 Comments

Color spaces of #814ba4

RGB 12975164
HSL0.770.370.47
HSV276°54°64°
CMYK 0.210.540.00   0.36
XYZ18.270212.379636.5485
Yxy12.37960.27190.1842
Hunter Lab35.184731.1159-36.9590
CIE-Lab41.813239.3667-39.3173

#814ba4 color RGB value is (129,75,164).

#814ba4 hex color red value is 129, green value is 75 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #814ba4 hue: 0.77 , saturation: 0.37 and the lightness value of 814ba4 is 0.47.

The process color (four color CMYK) of #814ba4 color hex is 0.21, 0.54, 0.00, 0.36. Web safe color of #814ba4 is #993399. Color #814ba4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01001011 10100100
Octal 201 113 244
Decimal 129 75 164
Hex 81 4B A4

RGB Percentages of Color #814ba4

%35.05
%20.38
%44.57

CMYK Percentages of Color #814ba4

%21
%54
%0
%36

Triadic Colors of #814ba4

#814ba4 #a4814b #4ba481

Analogous Colors of #814ba4

#814ba4 #a44b9b #554ba4

Monochromatic Colors of #814ba4

#814ba4

Complementary Color

#814ba4 #6ea44b

#814ba4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#814ba4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#814ba4 Color CSS Codes

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

#814ba4 Text Font Color

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

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


#814ba4 Background Color

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

This div background color is #814ba4


#814ba4 Border Color

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

This div border color is #814ba4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #814ba4


Comments

No comments written yet.

Please login to write comment.