Color Hex Logo

#948fbc Color Hex

#948FBC
(148,143,188)
0 Favorites   0 Comments

Color spaces of #948fbc

RGB 148143188
HSL0.690.250.65
HSV247°24°74°
CMYK 0.210.240.00   0.26
XYZ31.112329.571751.6451
Yxy29.57170.27700.2633
Hunter Lab54.37996.9603-18.2424
CIE-Lab61.282911.4729-22.7279

#948fbc color RGB value is (148,143,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10001111 10111100
Octal 224 217 274
Decimal 148 143 188
Hex 94 8F BC

RGB Percentages of Color #948fbc

%30.90
%29.85
%39.25

CMYK Percentages of Color #948fbc

%21
%24
%0
%26

Triadic Colors of #948fbc

#948fbc #bc948f #8fbc94

Analogous Colors of #948fbc

#948fbc #ab8fbc #8fa1bc

Monochromatic Colors of #948fbc

#948fbc

Complementary Color

#948fbc #b7bc8f

#948fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#948fbc Color CSS Codes

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

#948fbc Text Font Color

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

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


#948fbc Background Color

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

This div background color is #948fbc


#948fbc Border Color

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

This div border color is #948fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948fbc

#948fbc Color Palettes


Comments

No comments written yet.

Please login to write comment.