Color Hex Logo

#948bef Color Hex

#948BEF
(148,139,239)
0 Favorites   0 Comments

Color spaces of #948bef

RGB 148139239
HSL0.680.760.74
HSV245°42°94°
CMYK 0.380.420.00   0.06
XYZ37.025330.993185.6922
Yxy30.99310.24090.2016
Hunter Lab55.671421.2896-52.2920
CIE-Lab62.501826.7959-49.3054

#948bef color RGB value is (148,139,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10001011 11101111
Octal 224 213 357
Decimal 148 139 239
Hex 94 8B EF

RGB Percentages of Color #948bef

%28.14
%26.43
%45.44

CMYK Percentages of Color #948bef

%38
%42
%0
%6

Triadic Colors of #948bef

#948bef #ef948b #8bef94

Analogous Colors of #948bef

#948bef #c68bef #8bb4ef

Monochromatic Colors of #948bef

#948bef

Complementary Color

#948bef #e6ef8b

#948bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#948bef Color CSS Codes

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

#948bef Text Font Color

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

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


#948bef Background Color

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

This div background color is #948bef


#948bef Border Color

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

This div border color is #948bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948bef


Comments

No comments written yet.

Please login to write comment.