Color Hex Logo

#938aea Color Hex

#938AEA
(147,138,234)
0 Favorites   0 Comments

Color spaces of #938aea

RGB 147138234
HSL0.680.700.73
HSV246°41°92°
CMYK 0.370.410.00   0.08
XYZ35.972430.320581.7984
Yxy30.32050.24290.2047
Hunter Lab55.064120.2489-49.5313
CIE-Lab61.929825.7668-47.4513

#938aea color RGB value is (147,138,234).

#938aea hex color red value is 147, green value is 138 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #938aea hue: 0.68 , saturation: 0.70 and the lightness value of 938aea is 0.73.

The process color (four color CMYK) of #938aea color hex is 0.37, 0.41, 0.00, 0.08. Web safe color of #938aea is #9999ff. Color #938aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10001010 11101010
Octal 223 212 352
Decimal 147 138 234
Hex 93 8A EA

RGB Percentages of Color #938aea

%28.32
%26.59
%45.09

CMYK Percentages of Color #938aea

%37
%41
%0
%8

Triadic Colors of #938aea

#938aea #ea938a #8aea93

Analogous Colors of #938aea

#938aea #c38aea #8ab1ea

Monochromatic Colors of #938aea

#938aea

Complementary Color

#938aea #e1ea8a

#938aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#938aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#938aea Color CSS Codes

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

#938aea Text Font Color

<p style="color:#938aea">Text here</p>

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


#938aea Background Color

<div style="background-color:#938aea">
Div content here</div>

This div background color is #938aea


#938aea Border Color

<div style="border:3px solid #938aea">
Div here</div>

This div border color is #938aea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,138,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #938aea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #938aea;
  -webkit-box-shadow: 1px 1px 3px 2px #938aea;
  box-shadow:         1px 1px 3px 2px #938aea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #938aea


Comments

No comments written yet.

Please login to write comment.