Color Hex Logo

#948cf8 Color Hex

#948CF8
(148,140,248)
0 Favorites   0 Comments

Color spaces of #948cf8

RGB 148140248
HSL0.680.890.76
HSV244°44°97°
CMYK 0.400.440.00   0.03
XYZ38.534131.829492.9197
Yxy31.82940.23600.1949
Hunter Lab56.417623.1877-58.1583
CIE-Lab63.201628.6738-53.1507

#948cf8 color RGB value is (148,140,248).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10001100 11111000
Octal 224 214 370
Decimal 148 140 248
Hex 94 8C F8

RGB Percentages of Color #948cf8

%27.61
%26.12
%46.27

CMYK Percentages of Color #948cf8

%40
%44
%0
%3

Triadic Colors of #948cf8

#948cf8 #f8948c #8cf894

Analogous Colors of #948cf8

#948cf8 #ca8cf8 #8cbaf8

Monochromatic Colors of #948cf8

#948cf8

Complementary Color

#948cf8 #f0f88c

#948cf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948cf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#948cf8 Color CSS Codes

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

#948cf8 Text Font Color

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

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


#948cf8 Background Color

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

This div background color is #948cf8


#948cf8 Border Color

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

This div border color is #948cf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948cf8


Comments

No comments written yet.

Please login to write comment.