Color Hex Logo

#818fed Color Hex

#818FED
(129,143,237)
0 Favorites   0 Comments

Color spaces of #818fed

RGB 129143237
HSL0.650.750.72
HSV232°46°93°
CMYK 0.460.400.00   0.07
XYZ34.161830.426584.1931
Yxy30.42650.22960.2045
Hunter Lab55.160214.0181-51.8844
CIE-Lab62.020519.2030-49.0521

#818fed color RGB value is (129,143,237).

#818fed hex color red value is 129, green value is 143 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #818fed hue: 0.65 , saturation: 0.75 and the lightness value of 818fed is 0.72.

The process color (four color CMYK) of #818fed color hex is 0.46, 0.40, 0.00, 0.07. Web safe color of #818fed is #9999ff. Color #818fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10001111 11101101
Octal 201 217 355
Decimal 129 143 237
Hex 81 8F ED

RGB Percentages of Color #818fed

%25.34
%28.09
%46.56

CMYK Percentages of Color #818fed

%46
%40
%0
%7

Triadic Colors of #818fed

#818fed #ed818f #8fed81

Analogous Colors of #818fed

#818fed #a981ed #81c5ed

Monochromatic Colors of #818fed

#818fed

Complementary Color

#818fed #eddf81

#818fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#818fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#818fed Color CSS Codes

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

#818fed Text Font Color

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

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


#818fed Background Color

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

This div background color is #818fed


#818fed Border Color

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

This div border color is #818fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #818fed


Comments

No comments written yet.

Please login to write comment.