Color Hex Logo

#938acb Color Hex

#938ACB
(147,138,203)
0 Favorites   0 Comments

Color spaces of #938acb

RGB 147138203
HSL0.690.380.67
HSV248°32°80°
CMYK 0.280.320.00   0.20
XYZ31.900628.691860.3566
Yxy28.69180.26380.2372
Hunter Lab53.564712.5678-29.3125
CIE-Lab60.508717.6962-32.3812

#938acb color RGB value is (147,138,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 10001010 11001011
Octal 223 212 313
Decimal 147 138 203
Hex 93 8A CB

RGB Percentages of Color #938acb

%30.12
%28.28
%41.60

CMYK Percentages of Color #938acb

%28
%32
%0
%20

Triadic Colors of #938acb

#938acb #cb938a #8acb93

Analogous Colors of #938acb

#938acb #b48acb #8aa2cb

Monochromatic Colors of #938acb

#938acb

Complementary Color

#938acb #c2cb8a

#938acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#938acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#938acb Color CSS Codes

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

#938acb Text Font Color

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

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


#938acb Background Color

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

This div background color is #938acb


#938acb Border Color

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

This div border color is #938acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #938acb


Comments

No comments written yet.

Please login to write comment.