Color Hex Logo

#818edf Color Hex

#818EDF
(129,142,223)
0 Favorites   0 Comments

Color spaces of #818edf

RGB 129142223
HSL0.640.590.69
HSV232°42°87°
CMYK 0.420.360.00   0.13
XYZ32.045529.340873.7864
Yxy29.34080.23710.2171
Hunter Lab54.167110.8088-42.8477
CIE-Lab61.081215.7536-42.7731

#818edf color RGB value is (129,142,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10001110 11011111
Octal 201 216 337
Decimal 129 142 223
Hex 81 8E DF

RGB Percentages of Color #818edf

%26.11
%28.74
%45.14

CMYK Percentages of Color #818edf

%42
%36
%0
%13

Triadic Colors of #818edf

#818edf #df818e #8edf81

Analogous Colors of #818edf

#818edf #a381df #81bddf

Monochromatic Colors of #818edf

#818edf

Complementary Color

#818edf #dfd281

#818edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#818edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#818edf Color CSS Codes

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

#818edf Text Font Color

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

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


#818edf Background Color

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

This div background color is #818edf


#818edf Border Color

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

This div border color is #818edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #818edf


Comments

No comments written yet.

Please login to write comment.