Color Hex Logo

#928cdb Color Hex

#928CDB
(146,140,219)
0 Favorites   0 Comments

Color spaces of #928cdb

RGB 146140219
HSL0.680.520.70
HSV245°36°86°
CMYK 0.330.360.00   0.14
XYZ34.018329.981671.0119
Yxy29.98160.25200.2221
Hunter Lab54.755515.0759-38.5639
CIE-Lab61.638320.3517-39.5826

#928cdb color RGB value is (146,140,219).

#928cdb hex color red value is 146, green value is 140 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #928cdb hue: 0.68 , saturation: 0.52 and the lightness value of 928cdb is 0.70.

The process color (four color CMYK) of #928cdb color hex is 0.33, 0.36, 0.00, 0.14. Web safe color of #928cdb is #9999cc. Color #928cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 10001100 11011011
Octal 222 214 333
Decimal 146 140 219
Hex 92 8C DB

RGB Percentages of Color #928cdb

%28.91
%27.72
%43.37

CMYK Percentages of Color #928cdb

%33
%36
%0
%14

Triadic Colors of #928cdb

#928cdb #db928c #8cdb92

Analogous Colors of #928cdb

#928cdb #ba8cdb #8caedb

Monochromatic Colors of #928cdb

#928cdb

Complementary Color

#928cdb #d5db8c

#928cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#928cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#928cdb Color CSS Codes

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

#928cdb Text Font Color

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

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


#928cdb Background Color

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

This div background color is #928cdb


#928cdb Border Color

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

This div border color is #928cdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(146,140,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #928cdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #928cdb


Comments

No comments written yet.

Please login to write comment.