Color Hex Logo

#938cbc Color Hex

#938CBC
(147,140,188)
0 Favorites   0 Comments

Color spaces of #938cbc

RGB 147140188
HSL0.690.260.64
HSV249°26°74°
CMYK 0.220.260.00   0.26
XYZ30.487828.590151.4885
Yxy28.59010.27570.2586
Hunter Lab53.46978.2066-19.6643
CIE-Lab60.418212.8791-24.0610

#938cbc color RGB value is (147,140,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 10001100 10111100
Octal 223 214 274
Decimal 147 140 188
Hex 93 8C BC

RGB Percentages of Color #938cbc

%30.95
%29.47
%39.58

CMYK Percentages of Color #938cbc

%22
%26
%0
%26

Triadic Colors of #938cbc

#938cbc #bc938c #8cbc93

Analogous Colors of #938cbc

#938cbc #ab8cbc #8c9dbc

Monochromatic Colors of #938cbc

#938cbc

Complementary Color

#938cbc #b5bc8c

#938cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#938cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#938cbc Color CSS Codes

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

#938cbc Text Font Color

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

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


#938cbc Background Color

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

This div background color is #938cbc


#938cbc Border Color

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

This div border color is #938cbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,140,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 #938cbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #938cbc


Comments

No comments written yet.

Please login to write comment.