Color Hex Logo

#8795bd Color Hex

#8795BD
(135,149,189)
0 Favorites   0 Comments

Color spaces of #8795bd

RGB 135149189
HSL0.620.290.64
HSV224°29°74°
CMYK 0.290.210.00   0.26
XYZ29.924430.319952.4193
Yxy30.31990.26560.2691
Hunter Lab55.06350.6451-17.8984
CIE-Lab61.92934.2442-22.3890

#8795bd color RGB value is (135,149,189).

#8795bd hex color red value is 135, green value is 149 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #8795bd hue: 0.62 , saturation: 0.29 and the lightness value of 8795bd is 0.64.

The process color (four color CMYK) of #8795bd color hex is 0.29, 0.21, 0.00, 0.26. Web safe color of #8795bd is #9999cc. Color #8795bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10010101 10111101
Octal 207 225 275
Decimal 135 149 189
Hex 87 95 BD

RGB Percentages of Color #8795bd

%28.54
%31.50
%39.96

CMYK Percentages of Color #8795bd

%29
%21
%0
%26

Triadic Colors of #8795bd

#8795bd #bd8795 #95bd87

Analogous Colors of #8795bd

#8795bd #9487bd #87b0bd

Monochromatic Colors of #8795bd

#8795bd

Complementary Color

#8795bd #bdaf87

#8795bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8795bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8795bd Color CSS Codes

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

#8795bd Text Font Color

<p style="color:#8795bd">Text here</p>

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


#8795bd Background Color

<div style="background-color:#8795bd">
Div content here</div>

This div background color is #8795bd


#8795bd Border Color

<div style="border:3px solid #8795bd">
Div here</div>

This div border color is #8795bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,149,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8795bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8795bd;
  -webkit-box-shadow: 1px 1px 3px 2px #8795bd;
  box-shadow:         1px 1px 3px 2px #8795bd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8795bd


Comments

No comments written yet.

Please login to write comment.