Color Hex Logo

#814edf Color Hex

#814EDF
(129,78,223)
0 Favorites   0 Comments

Color spaces of #814edf

RGB 12978223
HSL0.730.690.59
HSV261°65°87°
CMYK 0.420.650.00   0.13
XYZ25.096915.443671.4702
Yxy15.44360.22410.1379
Hunter Lab39.298345.2224-80.3193
CIE-Lab46.235952.5145-66.5108

#814edf color RGB value is (129,78,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01001110 11011111
Octal 201 116 337
Decimal 129 78 223
Hex 81 4E DF

RGB Percentages of Color #814edf

%30.00
%18.14
%51.86

CMYK Percentages of Color #814edf

%42
%65
%0
%13

Triadic Colors of #814edf

#814edf #df814e #4edf81

Analogous Colors of #814edf

#814edf #ca4edf #4e64df

Monochromatic Colors of #814edf

#814edf

Complementary Color

#814edf #acdf4e

#814edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#814edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#814edf Color CSS Codes

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

#814edf Text Font Color

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

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


#814edf Background Color

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

This div background color is #814edf


#814edf Border Color

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

This div border color is #814edf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,78,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 #814edf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #814edf


Comments

No comments written yet.

Please login to write comment.