Color Hex Logo

#948aae Color Hex

#948AAE
(148,138,174)
0 Favorites   0 Comments

Color spaces of #948aae

RGB 148138174
HSL0.710.180.61
HSV257°21°68°
CMYK 0.150.210.00   0.32
XYZ28.941227.528943.8326
Yxy27.52890.28850.2745
Hunter Lab52.46806.6411-12.8042
CIE-Lab59.460711.1177-17.5710

#948aae color RGB value is (148,138,174).

#948aae hex color red value is 148, green value is 138 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #948aae hue: 0.71 , saturation: 0.18 and the lightness value of 948aae is 0.61.

The process color (four color CMYK) of #948aae color hex is 0.15, 0.21, 0.00, 0.32. Web safe color of #948aae is #999999. Color #948aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10001010 10101110
Octal 224 212 256
Decimal 148 138 174
Hex 94 8A AE

RGB Percentages of Color #948aae

%32.17
%30.00
%37.83

CMYK Percentages of Color #948aae

%15
%21
%0
%32

Triadic Colors of #948aae

#948aae #ae948a #8aae94

Analogous Colors of #948aae

#948aae #a68aae #8a92ae

Monochromatic Colors of #948aae

#948aae

Complementary Color

#948aae #a4ae8a

#948aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#948aae Color CSS Codes

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

#948aae Text Font Color

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

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


#948aae Background Color

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

This div background color is #948aae


#948aae Border Color

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

This div border color is #948aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948aae


Comments

No comments written yet.

Please login to write comment.