Color Hex Logo

#937ffb Color Hex

#937FFB
(147,127,251)
0 Favorites   0 Comments

Color spaces of #937ffb

RGB 147127251
HSL0.690.940.74
HSV250°49°98°
CMYK 0.410.490.00   0.02
XYZ37.034628.346894.7863
Yxy28.34680.23120.1770
Hunter Lab53.241730.9905-68.2849
CIE-Lab60.200836.7448-59.5864

#937ffb color RGB value is (147,127,251).

#937ffb hex color red value is 147, green value is 127 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #937ffb hue: 0.69 , saturation: 0.94 and the lightness value of 937ffb is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 01111111 11111011
Octal 223 177 373
Decimal 147 127 251
Hex 93 7F FB

RGB Percentages of Color #937ffb

%28.00
%24.19
%47.81

CMYK Percentages of Color #937ffb

%41
%49
%0
%2

Triadic Colors of #937ffb

#937ffb #fb937f #7ffb93

Analogous Colors of #937ffb

#937ffb #d17ffb #7fa9fb

Monochromatic Colors of #937ffb

#937ffb

Complementary Color

#937ffb #e7fb7f

#937ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#937ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#937ffb Color CSS Codes

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

#937ffb Text Font Color

<p style="color:#937ffb">Text here</p>

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


#937ffb Background Color

<div style="background-color:#937ffb">
Div content here</div>

This div background color is #937ffb


#937ffb Border Color

<div style="border:3px solid #937ffb">
Div here</div>

This div border color is #937ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #937ffb


Comments

No comments written yet.

Please login to write comment.