Color Hex Logo

#818cea Color Hex

#818CEA
(129,140,234)
0 Favorites   0 Comments

Color spaces of #818cea

RGB 129140234
HSL0.650.710.71
HSV234°45°92°
CMYK 0.450.400.00   0.08
XYZ33.282629.363881.7555
Yxy29.36380.23050.2033
Hunter Lab54.188414.8054-51.5206
CIE-Lab61.101420.0885-48.8478

#818cea color RGB value is (129,140,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10001100 11101010
Octal 201 214 352
Decimal 129 140 234
Hex 81 8C EA

RGB Percentages of Color #818cea

%25.65
%27.83
%46.52

CMYK Percentages of Color #818cea

%45
%40
%0
%8

Triadic Colors of #818cea

#818cea #ea818c #8cea81

Analogous Colors of #818cea

#818cea #ab81ea #81c1ea

Monochromatic Colors of #818cea

#818cea

Complementary Color

#818cea #eadf81

#818cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#818cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#818cea Color CSS Codes

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

#818cea Text Font Color

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

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


#818cea Background Color

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

This div background color is #818cea


#818cea Border Color

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

This div border color is #818cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #818cea


Comments

No comments written yet.

Please login to write comment.