Color Hex Logo

#948dbf Color Hex

#948DBF
(148,141,191)
0 Favorites   0 Comments

Color spaces of #948dbf

RGB 148141191
HSL0.690.280.65
HSV248°26°75°
CMYK 0.230.260.00   0.25
XYZ31.141629.107253.2671
Yxy29.10720.27430.2564
Hunter Lab53.95118.6192-20.7726
CIE-Lab60.876113.3344-25.0453

#948dbf color RGB value is (148,141,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10001101 10111111
Octal 224 215 277
Decimal 148 141 191
Hex 94 8D BF

RGB Percentages of Color #948dbf

%30.83
%29.38
%39.79

CMYK Percentages of Color #948dbf

%23
%26
%0
%25

Triadic Colors of #948dbf

#948dbf #bf948d #8dbf94

Analogous Colors of #948dbf

#948dbf #ad8dbf #8d9fbf

Monochromatic Colors of #948dbf

#948dbf

Complementary Color

#948dbf #b8bf8d

#948dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#948dbf Color CSS Codes

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

#948dbf Text Font Color

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

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


#948dbf Background Color

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

This div background color is #948dbf


#948dbf Border Color

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

This div border color is #948dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948dbf


Comments

No comments written yet.

Please login to write comment.