Color Hex Logo

#8397be Color Hex

#8397BE
(131,151,190)
0 Favorites   0 Comments

Color spaces of #8397be

RGB 131151190
HSL0.610.310.63
HSV220°31°75°
CMYK 0.310.210.00   0.25
XYZ29.720930.676253.0698
Yxy30.67620.26190.2704
Hunter Lab55.3861-1.1403-18.0402
CIE-Lab62.23332.1608-22.5105

#8397be color RGB value is (131,151,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10010111 10111110
Octal 203 227 276
Decimal 131 151 190
Hex 83 97 BE

RGB Percentages of Color #8397be

%27.75
%31.99
%40.25

CMYK Percentages of Color #8397be

%31
%21
%0
%25

Triadic Colors of #8397be

#8397be #be8397 #97be83

Analogous Colors of #8397be

#8397be #8d83be #83b5be

Monochromatic Colors of #8397be

#8397be

Complementary Color

#8397be #beaa83

#8397be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8397be Color Preview on White Background

Lorem ipsum dolor sit amet.

#8397be Color CSS Codes

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

#8397be Text Font Color

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

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


#8397be Background Color

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

This div background color is #8397be


#8397be Border Color

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

This div border color is #8397be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,151,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 #8397be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8397be


Comments

No comments written yet.

Please login to write comment.