Color Hex Logo

#818fc4 Color Hex

#818FC4
(129,143,196)
0 Favorites   0 Comments

Color spaces of #818fc4

RGB 129143196
HSL0.630.360.64
HSV227°34°77°
CMYK 0.340.270.00   0.23
XYZ28.839528.297656.1665
Yxy28.29760.25450.2498
Hunter Lab53.19553.6802-25.3646
CIE-Lab60.15677.7235-29.0947

#818fc4 color RGB value is (129,143,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10001111 11000100
Octal 201 217 304
Decimal 129 143 196
Hex 81 8F C4

RGB Percentages of Color #818fc4

%27.56
%30.56
%41.88

CMYK Percentages of Color #818fc4

%34
%27
%0
%23

Triadic Colors of #818fc4

#818fc4 #c4818f #8fc481

Analogous Colors of #818fc4

#818fc4 #9581c4 #81b1c4

Monochromatic Colors of #818fc4

#818fc4

Complementary Color

#818fc4 #c4b681

#818fc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#818fc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#818fc4 Color CSS Codes

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

#818fc4 Text Font Color

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

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


#818fc4 Background Color

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

This div background color is #818fc4


#818fc4 Border Color

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

This div border color is #818fc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #818fc4


Comments

No comments written yet.

Please login to write comment.