Color Hex Logo

#818eee Color Hex

#818EEE
(129,142,238)
0 Favorites   0 Comments

Color spaces of #818eee

RGB 129142238
HSL0.650.760.72
HSV233°46°93°
CMYK 0.460.400.00   0.07
XYZ34.158930.186284.9151
Yxy30.18620.22890.2022
Hunter Lab54.942014.8298-53.1758
CIE-Lab61.814520.0806-49.9304

#818eee color RGB value is (129,142,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10001110 11101110
Octal 201 216 356
Decimal 129 142 238
Hex 81 8E EE

RGB Percentages of Color #818eee

%25.34
%27.90
%46.76

CMYK Percentages of Color #818eee

%46
%40
%0
%7

Triadic Colors of #818eee

#818eee #ee818e #8eee81

Analogous Colors of #818eee

#818eee #ab81ee #81c5ee

Monochromatic Colors of #818eee

#818eee

Complementary Color

#818eee #eee181

#818eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#818eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#818eee Color CSS Codes

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

#818eee Text Font Color

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

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


#818eee Background Color

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

This div background color is #818eee


#818eee Border Color

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

This div border color is #818eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #818eee


Comments

No comments written yet.

Please login to write comment.