Color Hex Logo

#818be9 Color Hex

#818BE9
(129,139,233)
0 Favorites   0 Comments

Color spaces of #818be9

RGB 129139233
HSL0.650.700.71
HSV234°45°91°
CMYK 0.450.400.00   0.09
XYZ32.993929.015680.9524
Yxy29.01560.23080.2030
Hunter Lab53.866115.0685-51.3973
CIE-Lab60.795420.3854-48.7782

#818be9 color RGB value is (129,139,233).

#818be9 hex color red value is 129, green value is 139 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #818be9 hue: 0.65 , saturation: 0.70 and the lightness value of 818be9 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10001011 11101001
Octal 201 213 351
Decimal 129 139 233
Hex 81 8B E9

RGB Percentages of Color #818be9

%25.75
%27.74
%46.51

CMYK Percentages of Color #818be9

%45
%40
%0
%9

Triadic Colors of #818be9

#818be9 #e9818b #8be981

Analogous Colors of #818be9

#818be9 #ab81e9 #81bfe9

Monochromatic Colors of #818be9

#818be9

Complementary Color

#818be9 #e9df81

#818be9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#818be9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#818be9 Color CSS Codes

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

#818be9 Text Font Color

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

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


#818be9 Background Color

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

This div background color is #818be9


#818be9 Border Color

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

This div border color is #818be9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #818be9


Comments

No comments written yet.

Please login to write comment.