Color Hex Logo

#818bef Color Hex

#818BEF
(129,139,239)
0 Favorites   0 Comments

Color spaces of #818bef

RGB 129139239
HSL0.650.770.72
HSV235°46°94°
CMYK 0.460.420.00   0.06
XYZ33.865929.364485.5443
Yxy29.36440.22760.1974
Hunter Lab54.188916.7247-55.6648
CIE-Lab61.101922.1331-51.6127

#818bef color RGB value is (129,139,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10001011 11101111
Octal 201 213 357
Decimal 129 139 239
Hex 81 8B EF

RGB Percentages of Color #818bef

%25.44
%27.42
%47.14

CMYK Percentages of Color #818bef

%46
%42
%0
%6

Triadic Colors of #818bef

#818bef #ef818b #8bef81

Analogous Colors of #818bef

#818bef #ae81ef #81c2ef

Monochromatic Colors of #818bef

#818bef

Complementary Color

#818bef #efe581

#818bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#818bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#818bef Color CSS Codes

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

#818bef Text Font Color

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

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


#818bef Background Color

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

This div background color is #818bef


#818bef Border Color

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

This div border color is #818bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #818bef


Comments

No comments written yet.

Please login to write comment.