Color Hex Logo

#948fbe Color Hex

#948FBE
(148,143,190)
0 Favorites   0 Comments

Color spaces of #948fbe

RGB 148143190
HSL0.680.270.65
HSV246°25°75°
CMYK 0.220.250.00   0.25
XYZ31.329529.658552.7886
Yxy29.65850.27540.2607
Hunter Lab54.45967.3831-19.3490
CIE-Lab61.358411.9473-23.7404

#948fbe color RGB value is (148,143,190).

#948fbe hex color red value is 148, green value is 143 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #948fbe hue: 0.68 , saturation: 0.27 and the lightness value of 948fbe is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10001111 10111110
Octal 224 217 276
Decimal 148 143 190
Hex 94 8F BE

RGB Percentages of Color #948fbe

%30.77
%29.73
%39.50

CMYK Percentages of Color #948fbe

%22
%25
%0
%25

Triadic Colors of #948fbe

#948fbe #be948f #8fbe94

Analogous Colors of #948fbe

#948fbe #ac8fbe #8fa2be

Monochromatic Colors of #948fbe

#948fbe

Complementary Color

#948fbe #b9be8f

#948fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#948fbe Color CSS Codes

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

#948fbe Text Font Color

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

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


#948fbe Background Color

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

This div background color is #948fbe


#948fbe Border Color

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

This div border color is #948fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948fbe


Comments

No comments written yet.

Please login to write comment.