Color Hex Logo

#8874bd Color Hex

#8874BD
(136,116,189)
0 Favorites   0 Comments

Color spaces of #8874bd

RGB 136116189
HSL0.710.360.60
HSV256°39°74°
CMYK 0.280.390.00   0.26
XYZ25.584021.399150.9261
Yxy21.39910.26130.2186
Hunter Lab46.259217.7673-32.8902
CIE-Lab53.383523.7675-35.6203

#8874bd color RGB value is (136,116,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01110100 10111101
Octal 210 164 275
Decimal 136 116 189
Hex 88 74 BD

RGB Percentages of Color #8874bd

%30.84
%26.30
%42.86

CMYK Percentages of Color #8874bd

%28
%39
%0
%26

Triadic Colors of #8874bd

#8874bd #bd8874 #74bd88

Analogous Colors of #8874bd

#8874bd #ad74bd #7485bd

Monochromatic Colors of #8874bd

#8874bd

Complementary Color

#8874bd #a9bd74

#8874bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8874bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8874bd Color CSS Codes

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

#8874bd Text Font Color

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

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


#8874bd Background Color

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

This div background color is #8874bd


#8874bd Border Color

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

This div border color is #8874bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8874bd


Comments

No comments written yet.

Please login to write comment.