Color Hex Logo

#948cec Color Hex

#948CEC
(148,140,236)
0 Favorites   0 Comments

Color spaces of #948cec

RGB 148140236
HSL0.680.720.74
HSV245°41°93°
CMYK 0.370.410.00   0.07
XYZ36.731131.108283.4254
Yxy31.10820.24280.2057
Hunter Lab55.774719.9475-49.6411
CIE-Lab62.598925.4078-47.4952

#948cec color RGB value is (148,140,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10001100 11101100
Octal 224 214 354
Decimal 148 140 236
Hex 94 8C EC

RGB Percentages of Color #948cec

%28.24
%26.72
%45.04

CMYK Percentages of Color #948cec

%37
%41
%0
%7

Triadic Colors of #948cec

#948cec #ec948c #8cec94

Analogous Colors of #948cec

#948cec #c48cec #8cb4ec

Monochromatic Colors of #948cec

#948cec

Complementary Color

#948cec #e4ec8c

#948cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#948cec Color CSS Codes

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

#948cec Text Font Color

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

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


#948cec Background Color

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

This div background color is #948cec


#948cec Border Color

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

This div border color is #948cec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,140,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 #948cec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948cec


Comments

No comments written yet.

Please login to write comment.