Color Hex Logo

#818feb Color Hex

#818FEB
(129,143,235)
0 Favorites   0 Comments

Color spaces of #818feb

RGB 129143235
HSL0.640.730.71
HSV232°45°92°
CMYK 0.450.390.00   0.08
XYZ33.871130.310282.6625
Yxy30.31020.23070.2064
Hunter Lab55.054713.4722-50.4833
CIE-Lab61.921018.6208-48.1045

#818feb color RGB value is (129,143,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10001111 11101011
Octal 201 217 353
Decimal 129 143 235
Hex 81 8F EB

RGB Percentages of Color #818feb

%25.44
%28.21
%46.35

CMYK Percentages of Color #818feb

%45
%39
%0
%8

Triadic Colors of #818feb

#818feb #eb818f #8feb81

Analogous Colors of #818feb

#818feb #a881eb #81c4eb

Monochromatic Colors of #818feb

#818feb

Complementary Color

#818feb #ebdd81

#818feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#818feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#818feb Color CSS Codes

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

#818feb Text Font Color

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

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


#818feb Background Color

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

This div background color is #818feb


#818feb Border Color

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

This div border color is #818feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #818feb


Comments

No comments written yet.

Please login to write comment.