Color Hex Logo

#818cfd Color Hex

#818CFD
(129,140,253)
0 Favorites   0 Comments

Color spaces of #818cfd

RGB 129140253
HSL0.650.970.75
HSV235°49°99°
CMYK 0.490.450.00   0.01
XYZ36.161030.515196.9126
Yxy30.51510.22100.1865
Hunter Lab55.240520.1772-65.3487
CIE-Lab62.096125.6806-57.7360

#818cfd color RGB value is (129,140,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10001100 11111101
Octal 201 214 375
Decimal 129 140 253
Hex 81 8C FD

RGB Percentages of Color #818cfd

%24.71
%26.82
%48.47

CMYK Percentages of Color #818cfd

%49
%45
%0
%1

Triadic Colors of #818cfd

#818cfd #fd818c #8cfd81

Analogous Colors of #818cfd

#818cfd #b481fd #81cafd

Monochromatic Colors of #818cfd

#818cfd

Complementary Color

#818cfd #fdf281

#818cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#818cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#818cfd Color CSS Codes

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

#818cfd Text Font Color

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

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


#818cfd Background Color

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

This div background color is #818cfd


#818cfd Border Color

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

This div border color is #818cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #818cfd


Comments

No comments written yet.

Please login to write comment.