Color Hex Logo

#928dbd Color Hex

#928DBD
(146,141,189)
0 Favorites   0 Comments

Color spaces of #928dbd

RGB 146141189
HSL0.680.270.65
HSV246°25°74°
CMYK 0.230.250.00   0.26
XYZ30.564228.834952.0989
Yxy28.83490.27410.2586
Hunter Lab53.69817.6279-19.9355
CIE-Lab60.635612.2273-24.2994

#928dbd color RGB value is (146,141,189).

#928dbd hex color red value is 146, green value is 141 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #928dbd hue: 0.68 , saturation: 0.27 and the lightness value of 928dbd is 0.65.

The process color (four color CMYK) of #928dbd color hex is 0.23, 0.25, 0.00, 0.26. Web safe color of #928dbd is #9999cc. Color #928dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 10001101 10111101
Octal 222 215 275
Decimal 146 141 189
Hex 92 8D BD

RGB Percentages of Color #928dbd

%30.67
%29.62
%39.71

CMYK Percentages of Color #928dbd

%23
%25
%0
%26

Triadic Colors of #928dbd

#928dbd #bd928d #8dbd92

Analogous Colors of #928dbd

#928dbd #aa8dbd #8da0bd

Monochromatic Colors of #928dbd

#928dbd

Complementary Color

#928dbd #b8bd8d

#928dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#928dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#928dbd Color CSS Codes

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

#928dbd Text Font Color

<p style="color:#928dbd">Text here</p>

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


#928dbd Background Color

<div style="background-color:#928dbd">
Div content here</div>

This div background color is #928dbd


#928dbd Border Color

<div style="border:3px solid #928dbd">
Div here</div>

This div border color is #928dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #928dbd


Comments

No comments written yet.

Please login to write comment.