Color Hex Logo

#937eff Color Hex

#937EFF
(147,126,255)
0 Favorites   0 Comments

Color spaces of #937eff

RGB 147126255
HSL0.691.000.75
HSV250°51°100°
CMYK 0.420.510.00   0.00
XYZ37.543528.344898.1001
Yxy28.34480.22890.1728
Hunter Lab53.239832.7044-71.9803
CIE-Lab60.199038.4176-61.7895

#937eff color RGB value is (147,126,255).

#937eff hex color red value is 147, green value is 126 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #937eff hue: 0.69 , saturation: 1.00 and the lightness value of 937eff is 0.75.

The process color (four color CMYK) of #937eff color hex is 0.42, 0.51, 0.00, 0.00. Web safe color of #937eff is #9966ff. Color #937eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01111110 11111111
Octal 223 176 377
Decimal 147 126 255
Hex 93 7E FF

RGB Percentages of Color #937eff

%27.84
%23.86
%48.30

CMYK Percentages of Color #937eff

%42
%51
%0
%0

Triadic Colors of #937eff

#937eff #ff937e #7eff93

Analogous Colors of #937eff

#937eff #d47eff #7eaaff

Monochromatic Colors of #937eff

#937eff

Complementary Color

#937eff #eaff7e

#937eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#937eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#937eff Color CSS Codes

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

#937eff Text Font Color

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

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


#937eff Background Color

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

This div background color is #937eff


#937eff Border Color

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

This div border color is #937eff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,126,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #937eff


Comments

No comments written yet.

Please login to write comment.