Color Hex Logo

#924eeb Color Hex

#924EEB
(146,78,235)
0 Favorites   0 Comments

Color spaces of #924eeb

RGB 14678235
HSL0.740.800.61
HSV266°67°92°
CMYK 0.380.670.00   0.08
XYZ29.573817.557980.4276
Yxy17.55790.23180.1376
Hunter Lab41.902152.6534-84.4706
CIE-Lab48.955458.8323-68.7995

#924eeb color RGB value is (146,78,235).

#924eeb hex color red value is 146, green value is 78 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #924eeb hue: 0.74 , saturation: 0.80 and the lightness value of 924eeb is 0.61.

The process color (four color CMYK) of #924eeb color hex is 0.38, 0.67, 0.00, 0.08. Web safe color of #924eeb is #9966ff. Color #924eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 01001110 11101011
Octal 222 116 353
Decimal 146 78 235
Hex 92 4E EB

RGB Percentages of Color #924eeb

%31.81
%16.99
%51.20

CMYK Percentages of Color #924eeb

%38
%67
%0
%8

Triadic Colors of #924eeb

#924eeb #eb924e #4eeb92

Analogous Colors of #924eeb

#924eeb #e14eeb #4e59eb

Monochromatic Colors of #924eeb

#924eeb

Complementary Color

#924eeb #a7eb4e

#924eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#924eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#924eeb Color CSS Codes

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

#924eeb Text Font Color

<p style="color:#924eeb">Text here</p>

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


#924eeb Background Color

<div style="background-color:#924eeb">
Div content here</div>

This div background color is #924eeb


#924eeb Border Color

<div style="border:3px solid #924eeb">
Div here</div>

This div border color is #924eeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(146,78,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #924eeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #924eeb;
  -webkit-box-shadow: 1px 1px 3px 2px #924eeb;
  box-shadow:         1px 1px 3px 2px #924eeb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #924eeb


Comments

No comments written yet.

Please login to write comment.