Color Hex Logo

#928cbd Color Hex

#928CBD
(146,140,189)
0 Favorites   0 Comments

Color spaces of #928cbd

RGB 146140189
HSL0.690.270.65
HSV247°26°74°
CMYK 0.230.260.00   0.26
XYZ30.417528.541352.0500
Yxy28.54130.27400.2571
Hunter Lab53.42418.1386-20.3682
CIE-Lab60.374712.8033-24.7004

#928cbd color RGB value is (146,140,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010010 10001100 10111101
Octal 222 214 275
Decimal 146 140 189
Hex 92 8C BD

RGB Percentages of Color #928cbd

%30.74
%29.47
%39.79

CMYK Percentages of Color #928cbd

%23
%26
%0
%26

Triadic Colors of #928cbd

#928cbd #bd928c #8cbd92

Analogous Colors of #928cbd

#928cbd #ab8cbd #8c9fbd

Monochromatic Colors of #928cbd

#928cbd

Complementary Color

#928cbd #b7bd8c

#928cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#928cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#928cbd Color CSS Codes

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

#928cbd Text Font Color

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

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


#928cbd Background Color

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

This div background color is #928cbd


#928cbd Border Color

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

This div border color is #928cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #928cbd


Comments

No comments written yet.

Please login to write comment.