Color Hex Logo

#948dec Color Hex

#948DEC
(148,141,236)
0 Favorites   0 Comments

Color spaces of #948dec

RGB 148141236
HSL0.680.710.74
HSV244°40°93°
CMYK 0.370.400.00   0.07
XYZ36.877931.401883.4744
Yxy31.40180.24300.2069
Hunter Lab56.037319.4048-49.0936
CIE-Lab62.845424.8298-47.1061

#948dec color RGB value is (148,141,236).

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

The process color (four color CMYK) of #948dec color hex is 0.37, 0.40, 0.00, 0.07. Web safe color of #948dec is #9999ff. Color #948dec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10001101 11101100
Octal 224 215 354
Decimal 148 141 236
Hex 94 8D EC

RGB Percentages of Color #948dec

%28.19
%26.86
%44.95

CMYK Percentages of Color #948dec

%37
%40
%0
%7

Triadic Colors of #948dec

#948dec #ec948d #8dec94

Analogous Colors of #948dec

#948dec #c48dec #8db6ec

Monochromatic Colors of #948dec

#948dec

Complementary Color

#948dec #e5ec8d

#948dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#948dec Color CSS Codes

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

#948dec Text Font Color

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

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


#948dec Background Color

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

This div background color is #948dec


#948dec Border Color

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

This div border color is #948dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948dec


Comments

No comments written yet.

Please login to write comment.