Color Hex Logo

#948dcc Color Hex

#948DCC
(148,141,204)
0 Favorites   0 Comments

Color spaces of #948dcc

RGB 148141204
HSL0.690.380.68
HSV247°31°80°
CMYK 0.270.310.00   0.20
XYZ32.636729.705361.1403
Yxy29.70530.26430.2406
Hunter Lab54.502611.5081-28.3590
CIE-Lab61.399116.5104-31.5540

#948dcc color RGB value is (148,141,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10001101 11001100
Octal 224 215 314
Decimal 148 141 204
Hex 94 8D CC

RGB Percentages of Color #948dcc

%30.02
%28.60
%41.38

CMYK Percentages of Color #948dcc

%27
%31
%0
%20

Triadic Colors of #948dcc

#948dcc #cc948d #8dcc94

Analogous Colors of #948dcc

#948dcc #b48dcc #8da6cc

Monochromatic Colors of #948dcc

#948dcc

Complementary Color

#948dcc #c5cc8d

#948dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#948dcc Color CSS Codes

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

#948dcc Text Font Color

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

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


#948dcc Background Color

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

This div background color is #948dcc


#948dcc Border Color

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

This div border color is #948dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948dcc


Comments

No comments written yet.

Please login to write comment.