Color Hex Logo

#814eba Color Hex

#814EBA
(129,78,186)
0 Favorites   0 Comments

Color spaces of #814eba

RGB 12978186
HSL0.750.440.52
HSV268°58°73°
CMYK 0.310.580.00   0.27
XYZ20.640613.661148.0033
Yxy13.66110.25080.1660
Hunter Lab36.960935.0006-51.1307
CIE-Lab43.742943.0244-49.2133

#814eba color RGB value is (129,78,186).

#814eba hex color red value is 129, green value is 78 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #814eba hue: 0.75 , saturation: 0.44 and the lightness value of 814eba is 0.52.

The process color (four color CMYK) of #814eba color hex is 0.31, 0.58, 0.00, 0.27. Web safe color of #814eba is #9966cc. Color #814eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01001110 10111010
Octal 201 116 272
Decimal 129 78 186
Hex 81 4E BA

RGB Percentages of Color #814eba

%32.82
%19.85
%47.33

CMYK Percentages of Color #814eba

%31
%58
%0
%27

Triadic Colors of #814eba

#814eba #ba814e #4eba81

Analogous Colors of #814eba

#814eba #b74eba #4e51ba

Monochromatic Colors of #814eba

#814eba

Complementary Color

#814eba #87ba4e

#814eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#814eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#814eba Color CSS Codes

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

#814eba Text Font Color

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

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


#814eba Background Color

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

This div background color is #814eba


#814eba Border Color

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

This div border color is #814eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #814eba


Comments

No comments written yet.

Please login to write comment.