Color Hex Logo

#818fd2 Color Hex

#818FD2
(129,143,210)
0 Favorites   0 Comments

Color spaces of #818fd2

RGB 129143210
HSL0.640.470.66
HSV230°39°82°
CMYK 0.390.320.00   0.18
XYZ30.508628.965264.9556
Yxy28.96520.24520.2328
Hunter Lab53.81937.0026-33.8847
CIE-Lab60.750911.5226-36.0347

#818fd2 color RGB value is (129,143,210).

#818fd2 hex color red value is 129, green value is 143 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #818fd2 hue: 0.64 , saturation: 0.47 and the lightness value of 818fd2 is 0.66.

The process color (four color CMYK) of #818fd2 color hex is 0.39, 0.32, 0.00, 0.18. Web safe color of #818fd2 is #9999cc. Color #818fd2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10001111 11010010
Octal 201 217 322
Decimal 129 143 210
Hex 81 8F D2

RGB Percentages of Color #818fd2

%26.76
%29.67
%43.57

CMYK Percentages of Color #818fd2

%39
%32
%0
%18

Triadic Colors of #818fd2

#818fd2 #d2818f #8fd281

Analogous Colors of #818fd2

#818fd2 #9c81d2 #81b8d2

Monochromatic Colors of #818fd2

#818fd2

Complementary Color

#818fd2 #d2c481

#818fd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#818fd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#818fd2 Color CSS Codes

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

#818fd2 Text Font Color

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

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


#818fd2 Background Color

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

This div background color is #818fd2


#818fd2 Border Color

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

This div border color is #818fd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #818fd2


Comments

No comments written yet.

Please login to write comment.