Color Hex Logo

#948dcb Color Hex

#948DCB
(148,141,203)
0 Favorites   0 Comments

Color spaces of #948dcb

RGB 148141203
HSL0.690.370.67
HSV247°31°80°
CMYK 0.270.310.00   0.20
XYZ32.517129.657460.5105
Yxy29.65740.26500.2417
Hunter Lab54.458611.2793-27.7578
CIE-Lab61.357516.2616-31.0572

#948dcb color RGB value is (148,141,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10001101 11001011
Octal 224 215 313
Decimal 148 141 203
Hex 94 8D CB

RGB Percentages of Color #948dcb

%30.08
%28.66
%41.26

CMYK Percentages of Color #948dcb

%27
%31
%0
%20

Triadic Colors of #948dcb

#948dcb #cb948d #8dcb94

Analogous Colors of #948dcb

#948dcb #b38dcb #8da5cb

Monochromatic Colors of #948dcb

#948dcb

Complementary Color

#948dcb #c4cb8d

#948dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#948dcb Color CSS Codes

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

#948dcb Text Font Color

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

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


#948dcb Background Color

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

This div background color is #948dcb


#948dcb Border Color

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

This div border color is #948dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948dcb


Comments

No comments written yet.

Please login to write comment.