Color Hex Logo

#8488be Color Hex

#8488BE
(132,136,190)
0 Favorites   0 Comments

Color spaces of #8488be

RGB 132136190
HSL0.660.310.63
HSV236°31°75°
CMYK 0.310.280.00   0.25
XYZ27.614126.231652.3230
Yxy26.23160.26010.2471
Hunter Lab51.21686.6109-24.7188
CIE-Lab58.256211.0872-28.6258

#8488be color RGB value is (132,136,190).

#8488be hex color red value is 132, green value is 136 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #8488be hue: 0.66 , saturation: 0.31 and the lightness value of 8488be is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001000 10111110
Octal 204 210 276
Decimal 132 136 190
Hex 84 88 BE

RGB Percentages of Color #8488be

%28.82
%29.69
%41.48

CMYK Percentages of Color #8488be

%31
%28
%0
%25

Triadic Colors of #8488be

#8488be #be8488 #88be84

Analogous Colors of #8488be

#8488be #9d84be #84a5be

Monochromatic Colors of #8488be

#8488be

Complementary Color

#8488be #beba84

#8488be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8488be Color Preview on White Background

Lorem ipsum dolor sit amet.

#8488be Color CSS Codes

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

#8488be Text Font Color

<p style="color:#8488be">Text here</p>

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


#8488be Background Color

<div style="background-color:#8488be">
Div content here</div>

This div background color is #8488be


#8488be Border Color

<div style="border:3px solid #8488be">
Div here</div>

This div border color is #8488be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,136,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8488be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8488be;
  -webkit-box-shadow: 1px 1px 3px 2px #8488be;
  box-shadow:         1px 1px 3px 2px #8488be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,136,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8488be


Comments

No comments written yet.

Please login to write comment.