Color Hex Logo

#818dfb Color Hex

#818DFB
(129,141,251)
0 Favorites   0 Comments

Color spaces of #818dfb

RGB 129141251
HSL0.650.940.75
HSV234°49°98°
CMYK 0.490.440.00   0.02
XYZ35.990730.681995.2921
Yxy30.68190.22220.1894
Hunter Lab55.391219.0465-63.2254
CIE-Lab62.238224.4988-56.4127

#818dfb color RGB value is (129,141,251).

#818dfb hex color red value is 129, green value is 141 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #818dfb hue: 0.65 , saturation: 0.94 and the lightness value of 818dfb is 0.75.

The process color (four color CMYK) of #818dfb color hex is 0.49, 0.44, 0.00, 0.02. Web safe color of #818dfb is #9999ff. Color #818dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10001101 11111011
Octal 201 215 373
Decimal 129 141 251
Hex 81 8D FB

RGB Percentages of Color #818dfb

%24.76
%27.06
%48.18

CMYK Percentages of Color #818dfb

%49
%44
%0
%2

Triadic Colors of #818dfb

#818dfb #fb818d #8dfb81

Analogous Colors of #818dfb

#818dfb #b281fb #81cafb

Monochromatic Colors of #818dfb

#818dfb

Complementary Color

#818dfb #fbef81

#818dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#818dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#818dfb Color CSS Codes

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

#818dfb Text Font Color

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

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


#818dfb Background Color

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

This div background color is #818dfb


#818dfb Border Color

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

This div border color is #818dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #818dfb


Comments

No comments written yet.

Please login to write comment.