Color Hex Logo

#818abf Color Hex

#818ABF
(129,138,191)
0 Favorites   0 Comments

Color spaces of #818abf

RGB 129138191
HSL0.640.330.63
HSV231°32°75°
CMYK 0.320.280.00   0.25
XYZ27.545726.605752.9738
Yxy26.60570.25710.2484
Hunter Lab51.58075.0583-24.7848
CIE-Lab58.60769.2992-28.6668

#818abf color RGB value is (129,138,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10001010 10111111
Octal 201 212 277
Decimal 129 138 191
Hex 81 8A BF

RGB Percentages of Color #818abf

%28.17
%30.13
%41.70

CMYK Percentages of Color #818abf

%32
%28
%0
%25

Triadic Colors of #818abf

#818abf #bf818a #8abf81

Analogous Colors of #818abf

#818abf #9781bf #81a9bf

Monochromatic Colors of #818abf

#818abf

Complementary Color

#818abf #bfb681

#818abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#818abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#818abf Color CSS Codes

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

#818abf Text Font Color

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

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


#818abf Background Color

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

This div background color is #818abf


#818abf Border Color

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

This div border color is #818abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #818abf


Comments

No comments written yet.

Please login to write comment.