Color Hex Logo

#948ebb Color Hex

#948EBB
(148,142,187)
0 Favorites   0 Comments

Color spaces of #948ebb

RGB 148142187
HSL0.690.250.65
HSV248°24°73°
CMYK 0.210.240.00   0.27
XYZ30.855429.229851.0294
Yxy29.22980.27770.2631
Hunter Lab54.06467.2594-18.1162
CIE-Lab60.983911.8106-22.6211

#948ebb color RGB value is (148,142,187).

#948ebb hex color red value is 148, green value is 142 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #948ebb hue: 0.69 , saturation: 0.25 and the lightness value of 948ebb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10001110 10111011
Octal 224 216 273
Decimal 148 142 187
Hex 94 8E BB

RGB Percentages of Color #948ebb

%31.03
%29.77
%39.20

CMYK Percentages of Color #948ebb

%21
%24
%0
%27

Triadic Colors of #948ebb

#948ebb #bb948e #8ebb94

Analogous Colors of #948ebb

#948ebb #ab8ebb #8e9fbb

Monochromatic Colors of #948ebb

#948ebb

Complementary Color

#948ebb #b5bb8e

#948ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#948ebb Color CSS Codes

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

#948ebb Text Font Color

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

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


#948ebb Background Color

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

This div background color is #948ebb


#948ebb Border Color

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

This div border color is #948ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948ebb


Comments

No comments written yet.

Please login to write comment.