Color Hex Logo

#818eeb Color Hex

#818EEB
(129,142,235)
0 Favorites   0 Comments

Color spaces of #818eeb

RGB 129142235
HSL0.650.730.71
HSV233°45°92°
CMYK 0.450.400.00   0.08
XYZ33.721730.011382.6127
Yxy30.01130.23040.2051
Hunter Lab54.782614.0071-51.0622
CIE-Lab61.664019.2065-48.5109

#818eeb color RGB value is (129,142,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10001110 11101011
Octal 201 216 353
Decimal 129 142 235
Hex 81 8E EB

RGB Percentages of Color #818eeb

%25.49
%28.06
%46.44

CMYK Percentages of Color #818eeb

%45
%40
%0
%8

Triadic Colors of #818eeb

#818eeb #eb818e #8eeb81

Analogous Colors of #818eeb

#818eeb #a981eb #81c3eb

Monochromatic Colors of #818eeb

#818eeb

Complementary Color

#818eeb #ebde81

#818eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#818eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#818eeb Color CSS Codes

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

#818eeb Text Font Color

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

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


#818eeb Background Color

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

This div background color is #818eeb


#818eeb Border Color

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

This div border color is #818eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #818eeb


Comments

No comments written yet.

Please login to write comment.