Color Hex Logo

#947bcb Color Hex

#947BCB
(148,123,203)
0 Favorites   0 Comments

Color spaces of #947bcb

RGB 148123203
HSL0.720.430.64
HSV259°39°80°
CMYK 0.270.390.00   0.20
XYZ30.075224.773659.6966
Yxy24.77360.26260.2163
Hunter Lab49.773120.7551-36.2698
CIE-Lab56.854226.6901-38.0810

#947bcb color RGB value is (148,123,203).

#947bcb hex color red value is 148, green value is 123 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #947bcb hue: 0.72 , saturation: 0.43 and the lightness value of 947bcb is 0.64.

The process color (four color CMYK) of #947bcb color hex is 0.27, 0.39, 0.00, 0.20. Web safe color of #947bcb is #9966cc. Color #947bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01111011 11001011
Octal 224 173 313
Decimal 148 123 203
Hex 94 7B CB

RGB Percentages of Color #947bcb

%31.22
%25.95
%42.83

CMYK Percentages of Color #947bcb

%27
%39
%0
%20

Triadic Colors of #947bcb

#947bcb #cb947b #7bcb94

Analogous Colors of #947bcb

#947bcb #bc7bcb #7b8acb

Monochromatic Colors of #947bcb

#947bcb

Complementary Color

#947bcb #b2cb7b

#947bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#947bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#947bcb Color CSS Codes

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

#947bcb Text Font Color

<p style="color:#947bcb">Text here</p>

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


#947bcb Background Color

<div style="background-color:#947bcb">
Div content here</div>

This div background color is #947bcb


#947bcb Border Color

<div style="border:3px solid #947bcb">
Div here</div>

This div border color is #947bcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,123,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #947bcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #947bcb;
  -webkit-box-shadow: 1px 1px 3px 2px #947bcb;
  box-shadow:         1px 1px 3px 2px #947bcb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,123,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 #947bcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #947bcb


Comments

No comments written yet.

Please login to write comment.