Color Hex Logo

#8957af Color Hex

#8957AF
(137,87,175)
0 Favorites   0 Comments

Color spaces of #8957af

RGB 13787175
HSL0.760.350.51
HSV274°50°69°
CMYK 0.220.500.00   0.31
XYZ21.462615.229942.3659
Yxy15.22990.27150.1926
Hunter Lab39.025529.8738-37.0471
CIE-Lab45.947537.4598-39.2038

#8957af color RGB value is (137,87,175).

#8957af hex color red value is 137, green value is 87 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #8957af hue: 0.76 , saturation: 0.35 and the lightness value of 8957af is 0.51.

The process color (four color CMYK) of #8957af color hex is 0.22, 0.50, 0.00, 0.31. Web safe color of #8957af is #996699. Color #8957af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010111 10101111
Octal 211 127 257
Decimal 137 87 175
Hex 89 57 AF

RGB Percentages of Color #8957af

%34.34
%21.80
%43.86

CMYK Percentages of Color #8957af

%22
%50
%0
%31

Triadic Colors of #8957af

#8957af #af8957 #57af89

Analogous Colors of #8957af

#8957af #af57a9 #5d57af

Monochromatic Colors of #8957af

#8957af

Complementary Color

#8957af #7daf57

#8957af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8957af Color Preview on White Background

Lorem ipsum dolor sit amet.

#8957af Color CSS Codes

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

#8957af Text Font Color

<p style="color:#8957af">Text here</p>

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


#8957af Background Color

<div style="background-color:#8957af">
Div content here</div>

This div background color is #8957af


#8957af Border Color

<div style="border:3px solid #8957af">
Div here</div>

This div border color is #8957af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,87,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8957af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8957af;
  -webkit-box-shadow: 1px 1px 3px 2px #8957af;
  box-shadow:         1px 1px 3px 2px #8957af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,87,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8957af


Comments

No comments written yet.

Please login to write comment.