Color Hex Logo

#948ead Color Hex

#948EAD
(148,142,173)
0 Favorites   0 Comments

Color spaces of #948ead

RGB 148142173
HSL0.700.160.62
HSV252°18°68°
CMYK 0.140.180.00   0.32
XYZ29.428628.659043.5159
Yxy28.65900.28960.2821
Hunter Lab53.53414.4398-10.7208
CIE-Lab60.47958.6042-15.4580

#948ead color RGB value is (148,142,173).

#948ead hex color red value is 148, green value is 142 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #948ead hue: 0.70 , saturation: 0.16 and the lightness value of 948ead is 0.62.

The process color (four color CMYK) of #948ead color hex is 0.14, 0.18, 0.00, 0.32. Web safe color of #948ead is #999999. Color #948ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10001110 10101101
Octal 224 216 255
Decimal 148 142 173
Hex 94 8E AD

RGB Percentages of Color #948ead

%31.97
%30.67
%37.37

CMYK Percentages of Color #948ead

%14
%18
%0
%32

Triadic Colors of #948ead

#948ead #ad948e #8ead94

Analogous Colors of #948ead

#948ead #a48ead #8e98ad

Monochromatic Colors of #948ead

#948ead

Complementary Color

#948ead #a7ad8e

#948ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#948ead Color CSS Codes

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

#948ead Text Font Color

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

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


#948ead Background Color

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

This div background color is #948ead


#948ead Border Color

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

This div border color is #948ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948ead


Comments

No comments written yet.

Please login to write comment.