Color Hex Logo

#940efb Color Hex

#940EFB
(148,14,251)
0 Favorites   0 Comments

Color spaces of #940efb

RGB 14814251
HSL0.760.970.52
HSV274°94°98°
CMYK 0.410.940.00   0.02
XYZ29.782413.575092.3173
Yxy13.57500.21950.1001
Hunter Lab36.844379.8098-122.7665
CIE-Lab43.617282.6369-86.5062

#940efb color RGB value is (148,14,251).

#940efb hex color red value is 148, green value is 14 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #940efb hue: 0.76 , saturation: 0.97 and the lightness value of 940efb is 0.52.

The process color (four color CMYK) of #940efb color hex is 0.41, 0.94, 0.00, 0.02. Web safe color of #940efb is #9900ff. Color #940efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 00001110 11111011
Octal 224 16 373
Decimal 148 14 251
Hex 94 E FB

RGB Percentages of Color #940efb

%35.84
%3.39
%60.77

CMYK Percentages of Color #940efb

%41
%94
%0
%2

Triadic Colors of #940efb

#940efb #fb940e #0efb94

Analogous Colors of #940efb

#940efb #fb0eec #1e0efb

Monochromatic Colors of #940efb

#940efb

Complementary Color

#940efb #75fb0e

#940efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#940efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#940efb Color CSS Codes

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

#940efb Text Font Color

<p style="color:#940efb">Text here</p>

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


#940efb Background Color

<div style="background-color:#940efb">
Div content here</div>

This div background color is #940efb


#940efb Border Color

<div style="border:3px solid #940efb">
Div here</div>

This div border color is #940efb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,14,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #940efb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #940efb;
  -webkit-box-shadow: 1px 1px 3px 2px #940efb;
  box-shadow:         1px 1px 3px 2px #940efb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,14,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #940efb


Comments

No comments written yet.

Please login to write comment.