Color Hex Logo

#8852bd Color Hex

#8852BD
(136,82,189)
0 Favorites   0 Comments

Color spaces of #8852bd

RGB 13682189
HSL0.750.450.53
HSV270°57°74°
CMYK 0.280.570.00   0.26
XYZ22.355914.942949.8501
Yxy14.94290.25650.1715
Hunter Lab38.656035.5836-49.4000
CIE-Lab45.555943.3146-48.0151

#8852bd color RGB value is (136,82,189).

#8852bd hex color red value is 136, green value is 82 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #8852bd hue: 0.75 , saturation: 0.45 and the lightness value of 8852bd is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01010010 10111101
Octal 210 122 275
Decimal 136 82 189
Hex 88 52 BD

RGB Percentages of Color #8852bd

%33.42
%20.15
%46.44

CMYK Percentages of Color #8852bd

%28
%57
%0
%26

Triadic Colors of #8852bd

#8852bd #bd8852 #52bd88

Analogous Colors of #8852bd

#8852bd #bd52bd #5252bd

Monochromatic Colors of #8852bd

#8852bd

Complementary Color

#8852bd #87bd52

#8852bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8852bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8852bd Color CSS Codes

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

#8852bd Text Font Color

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

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


#8852bd Background Color

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

This div background color is #8852bd


#8852bd Border Color

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

This div border color is #8852bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8852bd


Comments

No comments written yet.

Please login to write comment.