Color Hex Logo

#942ebd Color Hex

#942EBD
(148,46,189)
0 Favorites   0 Comments

Color spaces of #942ebd

RGB 14846189
HSL0.790.610.46
HSV283°76°74°
CMYK 0.220.760.00   0.26
XYZ22.375011.924049.2664
Yxy11.92400.26780.1427
Hunter Lab34.531155.2324-60.4186
CIE-Lab41.095162.6301-55.1021

#942ebd color RGB value is (148,46,189).

#942ebd hex color red value is 148, green value is 46 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #942ebd hue: 0.79 , saturation: 0.61 and the lightness value of 942ebd is 0.46.

The process color (four color CMYK) of #942ebd color hex is 0.22, 0.76, 0.00, 0.26. Web safe color of #942ebd is #9933cc. Color #942ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 00101110 10111101
Octal 224 56 275
Decimal 148 46 189
Hex 94 2E BD

RGB Percentages of Color #942ebd

%38.64
%12.01
%49.35

CMYK Percentages of Color #942ebd

%22
%76
%0
%26

Triadic Colors of #942ebd

#942ebd #bd942e #2ebd94

Analogous Colors of #942ebd

#942ebd #bd2e9f #4d2ebd

Monochromatic Colors of #942ebd

#942ebd

Complementary Color

#942ebd #57bd2e

#942ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#942ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#942ebd Color CSS Codes

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

#942ebd Text Font Color

<p style="color:#942ebd">Text here</p>

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


#942ebd Background Color

<div style="background-color:#942ebd">
Div content here</div>

This div background color is #942ebd


#942ebd Border Color

<div style="border:3px solid #942ebd">
Div here</div>

This div border color is #942ebd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,46,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #942ebd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #942ebd;
  -webkit-box-shadow: 1px 1px 3px 2px #942ebd;
  box-shadow:         1px 1px 3px 2px #942ebd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,46,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 #942ebd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #942ebd


Comments

No comments written yet.

Please login to write comment.