Color Hex Logo

#928cce Color Hex

#928CCE
(146,140,206)
0 Favorites   0 Comments

Color spaces of #928cce

RGB 146140206
HSL0.680.400.68
HSV245°32°81°
CMYK 0.290.320.00   0.19
XYZ32.372729.323462.3463
Yxy29.32340.26100.2364
Hunter Lab54.151111.9468-30.3572
CIE-Lab61.066016.9997-33.2061

#928cce color RGB value is (146,140,206).

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

The process color (four color CMYK) of #928cce color hex is 0.29, 0.32, 0.00, 0.19. Web safe color of #928cce is #9999cc. Color #928cce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 10001100 11001110
Octal 222 214 316
Decimal 146 140 206
Hex 92 8C CE

RGB Percentages of Color #928cce

%29.67
%28.46
%41.87

CMYK Percentages of Color #928cce

%29
%32
%0
%19

Triadic Colors of #928cce

#928cce #ce928c #8cce92

Analogous Colors of #928cce

#928cce #b38cce #8ca7ce

Monochromatic Colors of #928cce

#928cce

Complementary Color

#928cce #c8ce8c

#928cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#928cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#928cce Color CSS Codes

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

#928cce Text Font Color

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

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


#928cce Background Color

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

This div background color is #928cce


#928cce Border Color

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

This div border color is #928cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #928cce


Comments

No comments written yet.

Please login to write comment.