Color Hex Logo

#814fdf Color Hex

#814FDF
(129,79,223)
0 Favorites   0 Comments

Color spaces of #814fdf

RGB 12979223
HSL0.720.690.59
HSV261°65°87°
CMYK 0.420.650.00   0.13
XYZ25.168515.586871.4941
Yxy15.58680.22420.1389
Hunter Lab39.480144.7032-79.7315
CIE-Lab46.427651.9926-66.1996

#814fdf color RGB value is (129,79,223).

#814fdf hex color red value is 129, green value is 79 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #814fdf hue: 0.72 , saturation: 0.69 and the lightness value of 814fdf is 0.59.

The process color (four color CMYK) of #814fdf color hex is 0.42, 0.65, 0.00, 0.13. Web safe color of #814fdf is #9966cc. Color #814fdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01001111 11011111
Octal 201 117 337
Decimal 129 79 223
Hex 81 4F DF

RGB Percentages of Color #814fdf

%29.93
%18.33
%51.74

CMYK Percentages of Color #814fdf

%42
%65
%0
%13

Triadic Colors of #814fdf

#814fdf #df814f #4fdf81

Analogous Colors of #814fdf

#814fdf #c94fdf #4f65df

Monochromatic Colors of #814fdf

#814fdf

Complementary Color

#814fdf #addf4f

#814fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#814fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#814fdf Color CSS Codes

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

#814fdf Text Font Color

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

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


#814fdf Background Color

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

This div background color is #814fdf


#814fdf Border Color

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

This div border color is #814fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #814fdf


Comments

No comments written yet.

Please login to write comment.