Color Hex Logo

#8793ba Color Hex

#8793BA
(135,147,186)
0 Favorites   0 Comments

Color spaces of #8793ba

RGB 135147186
HSL0.630.270.63
HSV226°27°73°
CMYK 0.270.210.00   0.27
XYZ29.288329.563550.6170
Yxy29.56350.26750.2701
Hunter Lab54.37230.9996-17.1344
CIE-Lab61.27584.6337-21.6983

#8793ba color RGB value is (135,147,186).

#8793ba hex color red value is 135, green value is 147 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #8793ba hue: 0.63 , saturation: 0.27 and the lightness value of 8793ba is 0.63.

The process color (four color CMYK) of #8793ba color hex is 0.27, 0.21, 0.00, 0.27. Web safe color of #8793ba is #9999cc. Color #8793ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10010011 10111010
Octal 207 223 272
Decimal 135 147 186
Hex 87 93 BA

RGB Percentages of Color #8793ba

%28.85
%31.41
%39.74

CMYK Percentages of Color #8793ba

%27
%21
%0
%27

Triadic Colors of #8793ba

#8793ba #ba8793 #93ba87

Analogous Colors of #8793ba

#8793ba #9587ba #87adba

Monochromatic Colors of #8793ba

#8793ba

Complementary Color

#8793ba #baae87

#8793ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8793ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#8793ba Color CSS Codes

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

#8793ba Text Font Color

<p style="color:#8793ba">Text here</p>

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


#8793ba Background Color

<div style="background-color:#8793ba">
Div content here</div>

This div background color is #8793ba


#8793ba Border Color

<div style="border:3px solid #8793ba">
Div here</div>

This div border color is #8793ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,147,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8793ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8793ba;
  -webkit-box-shadow: 1px 1px 3px 2px #8793ba;
  box-shadow:         1px 1px 3px 2px #8793ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,147,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8793ba


Comments

No comments written yet.

Please login to write comment.