Color Hex Logo

#948ebc Color Hex

#948EBC
(148,142,188)
0 Favorites   0 Comments

Color spaces of #948ebc

RGB 148142188
HSL0.690.260.65
HSV248°24°74°
CMYK 0.210.240.00   0.26
XYZ30.962829.272751.5952
Yxy29.27270.27690.2618
Hunter Lab54.10437.4696-18.6675
CIE-Lab61.021512.0466-23.1283

#948ebc color RGB value is (148,142,188).

#948ebc hex color red value is 148, green value is 142 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #948ebc hue: 0.69 , saturation: 0.26 and the lightness value of 948ebc is 0.65.

The process color (four color CMYK) of #948ebc color hex is 0.21, 0.24, 0.00, 0.26. Web safe color of #948ebc is #9999cc. Color #948ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10001110 10111100
Octal 224 216 274
Decimal 148 142 188
Hex 94 8E BC

RGB Percentages of Color #948ebc

%30.96
%29.71
%39.33

CMYK Percentages of Color #948ebc

%21
%24
%0
%26

Triadic Colors of #948ebc

#948ebc #bc948e #8ebc94

Analogous Colors of #948ebc

#948ebc #ab8ebc #8e9fbc

Monochromatic Colors of #948ebc

#948ebc

Complementary Color

#948ebc #b6bc8e

#948ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#948ebc Color CSS Codes

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

#948ebc Text Font Color

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

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


#948ebc Background Color

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

This div background color is #948ebc


#948ebc Border Color

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

This div border color is #948ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948ebc


Comments

No comments written yet.

Please login to write comment.