Color Hex Logo

#818bfd Color Hex

#818BFD
(129,139,253)
0 Favorites   0 Comments

Color spaces of #818bfd

RGB 129139253
HSL0.650.970.75
HSV235°49°99°
CMYK 0.490.450.00   0.01
XYZ36.015530.224296.8641
Yxy30.22420.22080.1853
Hunter Lab54.976520.7276-65.9805
CIE-Lab61.847226.2672-58.1331

#818bfd color RGB value is (129,139,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10001011 11111101
Octal 201 213 375
Decimal 129 139 253
Hex 81 8B FD

RGB Percentages of Color #818bfd

%24.76
%26.68
%48.56

CMYK Percentages of Color #818bfd

%49
%45
%0
%1

Triadic Colors of #818bfd

#818bfd #fd818b #8bfd81

Analogous Colors of #818bfd

#818bfd #b581fd #81c9fd

Monochromatic Colors of #818bfd

#818bfd

Complementary Color

#818bfd #fdf381

#818bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#818bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#818bfd Color CSS Codes

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

#818bfd Text Font Color

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

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


#818bfd Background Color

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

This div background color is #818bfd


#818bfd Border Color

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

This div border color is #818bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #818bfd

Related Colors


Comments

No comments written yet.

Please login to write comment.