Color Hex Logo

#818afd Color Hex

#818AFD
(129,138,253)
0 Favorites   0 Comments

Color spaces of #818afd

RGB 129138253
HSL0.650.970.75
HSV236°49°99°
CMYK 0.490.450.00   0.01
XYZ35.871429.935996.8161
Yxy29.93590.22060.1841
Hunter Lab54.713721.2792-66.6143
CIE-Lab61.598926.8543-58.5294

#818afd color RGB value is (129,138,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10001010 11111101
Octal 201 212 375
Decimal 129 138 253
Hex 81 8A FD

RGB Percentages of Color #818afd

%24.81
%26.54
%48.65

CMYK Percentages of Color #818afd

%49
%45
%0
%1

Triadic Colors of #818afd

#818afd #fd818a #8afd81

Analogous Colors of #818afd

#818afd #b681fd #81c8fd

Monochromatic Colors of #818afd

#818afd

Complementary Color

#818afd #fdf481

#818afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#818afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#818afd Color CSS Codes

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

#818afd Text Font Color

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

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


#818afd Background Color

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

This div background color is #818afd


#818afd Border Color

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

This div border color is #818afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #818afd


Comments

No comments written yet.

Please login to write comment.