Color Hex Logo

#9248bd Color Hex

#9248BD
(146,72,189)
0 Favorites   0 Comments

Color spaces of #9248bd

RGB 14672189
HSL0.770.470.51
HSV278°62°74°
CMYK 0.230.620.00   0.26
XYZ23.356714.419849.6964
Yxy14.41980.26700.1648
Hunter Lab37.973443.3384-51.0124
CIE-Lab44.829150.9860-49.1096

#9248bd color RGB value is (146,72,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010010 01001000 10111101
Octal 222 110 275
Decimal 146 72 189
Hex 92 48 BD

RGB Percentages of Color #9248bd

%35.87
%17.69
%46.44

CMYK Percentages of Color #9248bd

%23
%62
%0
%26

Triadic Colors of #9248bd

#9248bd #bd9248 #48bd92

Analogous Colors of #9248bd

#9248bd #bd48ae #5748bd

Monochromatic Colors of #9248bd

#9248bd

Complementary Color

#9248bd #73bd48

#9248bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9248bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9248bd Color CSS Codes

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

#9248bd Text Font Color

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

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


#9248bd Background Color

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

This div background color is #9248bd


#9248bd Border Color

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

This div border color is #9248bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9248bd


Comments

No comments written yet.

Please login to write comment.