Color Hex Logo

#818fea Color Hex

#818FEA
(129,143,234)
0 Favorites   0 Comments

Color spaces of #818fea

RGB 129143234
HSL0.640.710.71
HSV232°45°92°
CMYK 0.450.390.00   0.08
XYZ33.727030.252681.9036
Yxy30.25260.23120.2074
Hunter Lab55.002413.2006-49.7866
CIE-Lab61.871618.3303-47.6296

#818fea color RGB value is (129,143,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10001111 11101010
Octal 201 217 352
Decimal 129 143 234
Hex 81 8F EA

RGB Percentages of Color #818fea

%25.49
%28.26
%46.25

CMYK Percentages of Color #818fea

%45
%39
%0
%8

Triadic Colors of #818fea

#818fea #ea818f #8fea81

Analogous Colors of #818fea

#818fea #a881ea #81c4ea

Monochromatic Colors of #818fea

#818fea

Complementary Color

#818fea #eadc81

#818fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#818fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#818fea Color CSS Codes

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

#818fea Text Font Color

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

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


#818fea Background Color

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

This div background color is #818fea


#818fea Border Color

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

This div border color is #818fea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,143,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 #818fea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #818fea


Comments

No comments written yet.

Please login to write comment.