Color Hex Logo

#938acc Color Hex

#938ACC
(147,138,204)
0 Favorites   0 Comments

Color spaces of #938acc

RGB 147138204
HSL0.690.390.67
HSV248°32°80°
CMYK 0.280.320.00   0.20
XYZ32.020228.739660.9864
Yxy28.73960.26300.2361
Hunter Lab53.609312.7996-29.9222
CIE-Lab60.551117.9469-32.8775

#938acc color RGB value is (147,138,204).

#938acc hex color red value is 147, green value is 138 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #938acc hue: 0.69 , saturation: 0.39 and the lightness value of 938acc is 0.67.

The process color (four color CMYK) of #938acc color hex is 0.28, 0.32, 0.00, 0.20. Web safe color of #938acc is #9999cc. Color #938acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10001010 11001100
Octal 223 212 314
Decimal 147 138 204
Hex 93 8A CC

RGB Percentages of Color #938acc

%30.06
%28.22
%41.72

CMYK Percentages of Color #938acc

%28
%32
%0
%20

Triadic Colors of #938acc

#938acc #cc938a #8acc93

Analogous Colors of #938acc

#938acc #b48acc #8aa2cc

Monochromatic Colors of #938acc

#938acc

Complementary Color

#938acc #c3cc8a

#938acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#938acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#938acc Color CSS Codes

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

#938acc Text Font Color

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

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


#938acc Background Color

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

This div background color is #938acc


#938acc Border Color

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

This div border color is #938acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #938acc


Comments

No comments written yet.

Please login to write comment.