Color Hex Logo

#938aed Color Hex

#938AED
(147,138,237)
0 Favorites   0 Comments

Color spaces of #938aed

RGB 147138237
HSL0.680.730.74
HSV245°42°93°
CMYK 0.380.420.00   0.07
XYZ36.407230.494484.0879
Yxy30.49440.24110.2020
Hunter Lab55.221721.0454-51.6276
CIE-Lab62.078526.5772-48.8756

#938aed color RGB value is (147,138,237).

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

The process color (four color CMYK) of #938aed color hex is 0.38, 0.42, 0.00, 0.07. Web safe color of #938aed is #9999ff. Color #938aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10001010 11101101
Octal 223 212 355
Decimal 147 138 237
Hex 93 8A ED

RGB Percentages of Color #938aed

%28.16
%26.44
%45.40

CMYK Percentages of Color #938aed

%38
%42
%0
%7

Triadic Colors of #938aed

#938aed #ed938a #8aed93

Analogous Colors of #938aed

#938aed #c58aed #8ab3ed

Monochromatic Colors of #938aed

#938aed

Complementary Color

#938aed #e4ed8a

#938aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#938aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#938aed Color CSS Codes

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

#938aed Text Font Color

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

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


#938aed Background Color

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

This div background color is #938aed


#938aed Border Color

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

This div border color is #938aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #938aed


Comments

No comments written yet.

Please login to write comment.