Color Hex Logo

#948bbb Color Hex

#948BBB
(148,139,187)
0 Favorites   0 Comments

Color spaces of #948bbb

RGB 148139187
HSL0.700.260.64
HSV251°26°73°
CMYK 0.210.260.00   0.27
XYZ30.415028.349050.8826
Yxy28.34900.27740.2585
Hunter Lab53.24388.7898-19.3900
CIE-Lab60.202713.5350-23.8188

#948bbb color RGB value is (148,139,187).

#948bbb hex color red value is 148, green value is 139 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #948bbb hue: 0.70 , saturation: 0.26 and the lightness value of 948bbb is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10001011 10111011
Octal 224 213 273
Decimal 148 139 187
Hex 94 8B BB

RGB Percentages of Color #948bbb

%31.22
%29.32
%39.45

CMYK Percentages of Color #948bbb

%21
%26
%0
%27

Triadic Colors of #948bbb

#948bbb #bb948b #8bbb94

Analogous Colors of #948bbb

#948bbb #ac8bbb #8b9abb

Monochromatic Colors of #948bbb

#948bbb

Complementary Color

#948bbb #b2bb8b

#948bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#948bbb Color CSS Codes

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

#948bbb Text Font Color

<p style="color:#948bbb">Text here</p>

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


#948bbb Background Color

<div style="background-color:#948bbb">
Div content here</div>

This div background color is #948bbb


#948bbb Border Color

<div style="border:3px solid #948bbb">
Div here</div>

This div border color is #948bbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,139,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #948bbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #948bbb;
  -webkit-box-shadow: 1px 1px 3px 2px #948bbb;
  box-shadow:         1px 1px 3px 2px #948bbb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,139,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948bbb


Comments

No comments written yet.

Please login to write comment.