Color Hex Logo

#8974bd Color Hex

#8974BD
(137,116,189)
1 Favorites   0 Comments

Color spaces of #8974bd

RGB 137116189
HSL0.710.360.60
HSV257°39°74°
CMYK 0.280.390.00   0.26
XYZ25.747221.483350.9338
Yxy21.48330.26230.2189
Hunter Lab46.350118.0431-32.7083
CIE-Lab53.474424.0608-35.4714

#8974bd color RGB value is (137,116,189).

#8974bd hex color red value is 137, green value is 116 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #8974bd hue: 0.71 , saturation: 0.36 and the lightness value of 8974bd is 0.60.

The process color (four color CMYK) of #8974bd color hex is 0.28, 0.39, 0.00, 0.26. Web safe color of #8974bd is #9966cc. Color #8974bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01110100 10111101
Octal 211 164 275
Decimal 137 116 189
Hex 89 74 BD

RGB Percentages of Color #8974bd

%31.00
%26.24
%42.76

CMYK Percentages of Color #8974bd

%28
%39
%0
%26

Triadic Colors of #8974bd

#8974bd #bd8974 #74bd89

Analogous Colors of #8974bd

#8974bd #ae74bd #7484bd

Monochromatic Colors of #8974bd

#8974bd

Complementary Color

#8974bd #a8bd74

#8974bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8974bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8974bd Color CSS Codes

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

#8974bd Text Font Color

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

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


#8974bd Background Color

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

This div background color is #8974bd


#8974bd Border Color

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

This div border color is #8974bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,116,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 #8974bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8974bd


Comments

No comments written yet.

Please login to write comment.