Color Hex Logo

#948ebd Color Hex

#948EBD
(148,142,189)
0 Favorites   0 Comments

Color spaces of #948ebd

RGB 148142189
HSL0.690.260.65
HSV248°25°74°
CMYK 0.220.250.00   0.26
XYZ31.071129.316052.1651
Yxy29.31600.27610.2605
Hunter Lab54.14437.6812-19.2218
CIE-Lab61.059512.2836-23.6348

#948ebd color RGB value is (148,142,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10001110 10111101
Octal 224 216 275
Decimal 148 142 189
Hex 94 8E BD

RGB Percentages of Color #948ebd

%30.90
%29.65
%39.46

CMYK Percentages of Color #948ebd

%22
%25
%0
%26

Triadic Colors of #948ebd

#948ebd #bd948e #8ebd94

Analogous Colors of #948ebd

#948ebd #ac8ebd #8ea0bd

Monochromatic Colors of #948ebd

#948ebd

Complementary Color

#948ebd #b7bd8e

#948ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#948ebd Color CSS Codes

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

#948ebd Text Font Color

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

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


#948ebd Background Color

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

This div background color is #948ebd


#948ebd Border Color

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

This div border color is #948ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948ebd


Comments

No comments written yet.

Please login to write comment.