Color Hex Logo

#818fda Color Hex

#818FDA
(129,143,218)
0 Favorites   0 Comments

Color spaces of #818fda

RGB 129143218
HSL0.640.550.68
HSV231°41°85°
CMYK 0.410.340.00   0.15
XYZ31.530629.374070.3376
Yxy29.37400.24020.2238
Hunter Lab54.19788.9997-39.0078
CIE-Lab61.110313.7544-39.9423

#818fda color RGB value is (129,143,218).

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

The process color (four color CMYK) of #818fda color hex is 0.41, 0.34, 0.00, 0.15. Web safe color of #818fda is #9999cc. Color #818fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10001111 11011010
Octal 201 217 332
Decimal 129 143 218
Hex 81 8F DA

RGB Percentages of Color #818fda

%26.33
%29.18
%44.49

CMYK Percentages of Color #818fda

%41
%34
%0
%15

Triadic Colors of #818fda

#818fda #da818f #8fda81

Analogous Colors of #818fda

#818fda #a081da #81bcda

Monochromatic Colors of #818fda

#818fda

Complementary Color

#818fda #dacc81

#818fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#818fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#818fda Color CSS Codes

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

#818fda Text Font Color

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

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


#818fda Background Color

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

This div background color is #818fda


#818fda Border Color

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

This div border color is #818fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #818fda


Comments

No comments written yet.

Please login to write comment.