Color Hex Logo

#8d95ab Color Hex

#8D95AB
(141,149,171)
0 Favorites   0 Comments

Color spaces of #8d95ab

RGB 141149171
HSL0.620.150.61
HSV224°18°67°
CMYK 0.180.130.00   0.33
XYZ29.082630.097942.8047
Yxy30.09790.28520.2951
Hunter Lab54.8616-1.3833-7.8568
CIE-Lab61.73861.8461-12.4801

#8d95ab color RGB value is (141,149,171).

#8d95ab hex color red value is 141, green value is 149 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #8d95ab hue: 0.62 , saturation: 0.15 and the lightness value of 8d95ab is 0.61.

The process color (four color CMYK) of #8d95ab color hex is 0.18, 0.13, 0.00, 0.33. Web safe color of #8d95ab is #999999. Color #8d95ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 10010101 10101011
Octal 215 225 253
Decimal 141 149 171
Hex 8D 95 AB

RGB Percentages of Color #8d95ab

%30.59
%32.32
%37.09

CMYK Percentages of Color #8d95ab

%18
%13
%0
%33

Triadic Colors of #8d95ab

#8d95ab #ab8d95 #95ab8d

Analogous Colors of #8d95ab

#8d95ab #948dab #8da4ab

Monochromatic Colors of #8d95ab

#8d95ab

Complementary Color

#8d95ab #aba38d

#8d95ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d95ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d95ab Color CSS Codes

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

#8d95ab Text Font Color

<p style="color:#8d95ab">Text here</p>

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


#8d95ab Background Color

<div style="background-color:#8d95ab">
Div content here</div>

This div background color is #8d95ab


#8d95ab Border Color

<div style="border:3px solid #8d95ab">
Div here</div>

This div border color is #8d95ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(141,149,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8d95ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8d95ab;
  -webkit-box-shadow: 1px 1px 3px 2px #8d95ab;
  box-shadow:         1px 1px 3px 2px #8d95ab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d95ab


Comments

No comments written yet.

Please login to write comment.