Color Hex Logo

#814bfa Color Hex

#814BFA
(129,75,250)
0 Favorites   0 Comments

Color spaces of #814bfa

RGB 12975250
HSL0.720.950.64
HSV259°70°98°
CMYK 0.480.700.00   0.02
XYZ28.824716.601492.1276
Yxy16.60140.20960.1207
Hunter Lab40.744854.9754-105.5385
CIE-Lab47.753861.1265-79.2442

#814bfa color RGB value is (129,75,250).

#814bfa hex color red value is 129, green value is 75 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #814bfa hue: 0.72 , saturation: 0.95 and the lightness value of 814bfa is 0.64.

The process color (four color CMYK) of #814bfa color hex is 0.48, 0.70, 0.00, 0.02. Web safe color of #814bfa is #9933ff. Color #814bfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01001011 11111010
Octal 201 113 372
Decimal 129 75 250
Hex 81 4B FA

RGB Percentages of Color #814bfa

%28.41
%16.52
%55.07

CMYK Percentages of Color #814bfa

%48
%70
%0
%2

Triadic Colors of #814bfa

#814bfa #fa814b #4bfa81

Analogous Colors of #814bfa

#814bfa #d94bfa #4b6dfa

Monochromatic Colors of #814bfa

#814bfa

Complementary Color

#814bfa #c4fa4b

#814bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#814bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#814bfa Color CSS Codes

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

#814bfa Text Font Color

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

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


#814bfa Background Color

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

This div background color is #814bfa


#814bfa Border Color

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

This div border color is #814bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #814bfa


Comments

No comments written yet.

Please login to write comment.