Color Hex Logo

#948cee Color Hex

#948CEE
(148,140,238)
0 Favorites   0 Comments

Color spaces of #948cee

RGB 148140238
HSL0.680.740.74
HSV245°41°93°
CMYK 0.380.410.00   0.07
XYZ37.023431.225184.9646
Yxy31.22510.24160.2038
Hunter Lab55.879420.4777-51.0348
CIE-Lab62.697225.9475-48.4444

#948cee color RGB value is (148,140,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10001100 11101110
Octal 224 214 356
Decimal 148 140 238
Hex 94 8C EE

RGB Percentages of Color #948cee

%28.14
%26.62
%45.25

CMYK Percentages of Color #948cee

%38
%41
%0
%7

Triadic Colors of #948cee

#948cee #ee948c #8cee94

Analogous Colors of #948cee

#948cee #c58cee #8cb5ee

Monochromatic Colors of #948cee

#948cee

Complementary Color

#948cee #e6ee8c

#948cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#948cee Color CSS Codes

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

#948cee Text Font Color

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

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


#948cee Background Color

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

This div background color is #948cee


#948cee Border Color

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

This div border color is #948cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948cee


Comments

No comments written yet.

Please login to write comment.