Color Hex Logo

#9748bd Color Hex

#9748BD
(151,72,189)
0 Favorites   0 Comments

Color spaces of #9748bd

RGB 15172189
HSL0.780.470.51
HSV281°62°74°
CMYK 0.200.620.00   0.26
XYZ24.265214.888249.7389
Yxy14.88820.27300.1675
Hunter Lab38.585244.7296-49.4190
CIE-Lab45.480752.1863-48.0300

#9748bd color RGB value is (151,72,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01001000 10111101
Octal 227 110 275
Decimal 151 72 189
Hex 97 48 BD

RGB Percentages of Color #9748bd

%36.65
%17.48
%45.87

CMYK Percentages of Color #9748bd

%20
%62
%0
%26

Triadic Colors of #9748bd

#9748bd #bd9748 #48bd97

Analogous Colors of #9748bd

#9748bd #bd48a9 #5d48bd

Monochromatic Colors of #9748bd

#9748bd

Complementary Color

#9748bd #6ebd48

#9748bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9748bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9748bd Color CSS Codes

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

#9748bd Text Font Color

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

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


#9748bd Background Color

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

This div background color is #9748bd


#9748bd Border Color

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

This div border color is #9748bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9748bd


Comments

No comments written yet.

Please login to write comment.