Color Hex Logo

#938abc Color Hex

#938ABC
(147,138,188)
0 Favorites   0 Comments

Color spaces of #938abc

RGB 147138188
HSL0.700.270.64
HSV251°27°74°
CMYK 0.220.270.00   0.26
XYZ30.198228.010851.3920
Yxy28.01080.27550.2556
Hunter Lab52.92529.2298-20.5247
CIE-Lab59.898514.0318-24.8596

#938abc color RGB value is (147,138,188).

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

The process color (four color CMYK) of #938abc color hex is 0.22, 0.27, 0.00, 0.26. Web safe color of #938abc is #9999cc. Color #938abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10001010 10111100
Octal 223 212 274
Decimal 147 138 188
Hex 93 8A BC

RGB Percentages of Color #938abc

%31.08
%29.18
%39.75

CMYK Percentages of Color #938abc

%22
%27
%0
%26

Triadic Colors of #938abc

#938abc #bc938a #8abc93

Analogous Colors of #938abc

#938abc #ac8abc #8a9abc

Monochromatic Colors of #938abc

#938abc

Complementary Color

#938abc #b3bc8a

#938abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#938abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#938abc Color CSS Codes

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

#938abc Text Font Color

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

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


#938abc Background Color

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

This div background color is #938abc


#938abc Border Color

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

This div border color is #938abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #938abc


Comments

No comments written yet.

Please login to write comment.