Color Hex Logo

#9837bd Color Hex

#9837BD
(152,55,189)
0 Favorites   0 Comments

Color spaces of #9837bd

RGB 15255189
HSL0.790.550.48
HSV283°71°74°
CMYK 0.200.710.00   0.26
XYZ23.500413.081949.4306
Yxy13.08190.27320.1521
Hunter Lab36.168952.6831-55.7110
CIE-Lab42.886460.0006-52.1840

#9837bd color RGB value is (152,55,189).

#9837bd hex color red value is 152, green value is 55 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #9837bd hue: 0.79 , saturation: 0.55 and the lightness value of 9837bd is 0.48.

The process color (four color CMYK) of #9837bd color hex is 0.20, 0.71, 0.00, 0.26. Web safe color of #9837bd is #9933cc. Color #9837bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00110111 10111101
Octal 230 67 275
Decimal 152 55 189
Hex 98 37 BD

RGB Percentages of Color #9837bd

%38.38
%13.89
%47.73

CMYK Percentages of Color #9837bd

%20
%71
%0
%26

Triadic Colors of #9837bd

#9837bd #bd9837 #37bd98

Analogous Colors of #9837bd

#9837bd #bd379f #5537bd

Monochromatic Colors of #9837bd

#9837bd

Complementary Color

#9837bd #5cbd37

#9837bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9837bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9837bd Color CSS Codes

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

#9837bd Text Font Color

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

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


#9837bd Background Color

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

This div background color is #9837bd


#9837bd Border Color

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

This div border color is #9837bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9837bd


Comments

No comments written yet.

Please login to write comment.