Color Hex Logo

#936efb Color Hex

#936EFB
(147,110,251)
0 Favorites   0 Comments

Color spaces of #936efb

RGB 147110251
HSL0.710.950.71
HSV256°56°98°
CMYK 0.410.560.00   0.02
XYZ35.021124.319994.1152
Yxy24.31990.22820.1585
Hunter Lab49.315240.4598-78.6309
CIE-Lab56.406746.3566-65.6762

#936efb color RGB value is (147,110,251).

#936efb hex color red value is 147, green value is 110 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #936efb hue: 0.71 , saturation: 0.95 and the lightness value of 936efb is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 01101110 11111011
Octal 223 156 373
Decimal 147 110 251
Hex 93 6E FB

RGB Percentages of Color #936efb

%28.94
%21.65
%49.41

CMYK Percentages of Color #936efb

%41
%56
%0
%2

Triadic Colors of #936efb

#936efb #fb936e #6efb93

Analogous Colors of #936efb

#936efb #da6efb #6e90fb

Monochromatic Colors of #936efb

#936efb

Complementary Color

#936efb #d6fb6e

#936efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#936efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#936efb Color CSS Codes

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

#936efb Text Font Color

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

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


#936efb Background Color

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

This div background color is #936efb


#936efb Border Color

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

This div border color is #936efb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,110,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 #936efb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #936efb


Comments

No comments written yet.

Please login to write comment.