Color Hex Logo

#9848bd Color Hex

#9848BD
(152,72,189)
0 Favorites   0 Comments

Color spaces of #9848bd

RGB 15272189
HSL0.780.470.51
HSV281°62°74°
CMYK 0.200.620.00   0.26
XYZ24.451614.984349.7476
Yxy14.98430.27420.1680
Hunter Lab38.709645.0111-49.0999
CIE-Lab45.612752.4275-47.8114

#9848bd color RGB value is (152,72,189).

#9848bd hex color red value is 152, green value is 72 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #9848bd hue: 0.78 , saturation: 0.47 and the lightness value of 9848bd is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01001000 10111101
Octal 230 110 275
Decimal 152 72 189
Hex 98 48 BD

RGB Percentages of Color #9848bd

%36.80
%17.43
%45.76

CMYK Percentages of Color #9848bd

%20
%62
%0
%26

Triadic Colors of #9848bd

#9848bd #bd9848 #48bd98

Analogous Colors of #9848bd

#9848bd #bd48a8 #5e48bd

Monochromatic Colors of #9848bd

#9848bd

Complementary Color

#9848bd #6dbd48

#9848bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9848bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9848bd Color CSS Codes

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

#9848bd Text Font Color

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

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


#9848bd Background Color

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

This div background color is #9848bd


#9848bd Border Color

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

This div border color is #9848bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9848bd


Comments

No comments written yet.

Please login to write comment.