Color Hex Logo

#937aee Color Hex

#937AEE
(147,122,238)
0 Favorites   0 Comments

Color spaces of #937aee

RGB 147122238
HSL0.700.770.71
HSV253°49°93°
CMYK 0.380.490.00   0.07
XYZ34.424826.295284.1500
Yxy26.29520.23760.1815
Hunter Lab51.278830.0936-61.4013
CIE-Lab58.316236.0798-55.4075

#937aee color RGB value is (147,122,238).

#937aee hex color red value is 147, green value is 122 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #937aee hue: 0.70 , saturation: 0.77 and the lightness value of 937aee is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 01111010 11101110
Octal 223 172 356
Decimal 147 122 238
Hex 93 7A EE

RGB Percentages of Color #937aee

%28.99
%24.06
%46.94

CMYK Percentages of Color #937aee

%38
%49
%0
%7

Triadic Colors of #937aee

#937aee #ee937a #7aee93

Analogous Colors of #937aee

#937aee #cd7aee #7a9bee

Monochromatic Colors of #937aee

#937aee

Complementary Color

#937aee #d5ee7a

#937aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#937aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#937aee Color CSS Codes

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

#937aee Text Font Color

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

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


#937aee Background Color

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

This div background color is #937aee


#937aee Border Color

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

This div border color is #937aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #937aee


Comments

No comments written yet.

Please login to write comment.