Color Hex Logo

#948abb Color Hex

#948ABB
(148,138,187)
0 Favorites   0 Comments

Color spaces of #948abb

RGB 148138187
HSL0.700.260.64
HSV252°26°73°
CMYK 0.210.260.00   0.27
XYZ30.270928.060750.8345
Yxy28.06070.27730.2570
Hunter Lab52.97249.3017-19.8165
CIE-Lab59.943514.1112-24.2168

#948abb color RGB value is (148,138,187).

#948abb hex color red value is 148, green value is 138 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #948abb hue: 0.70 , saturation: 0.26 and the lightness value of 948abb is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10001010 10111011
Octal 224 212 273
Decimal 148 138 187
Hex 94 8A BB

RGB Percentages of Color #948abb

%31.29
%29.18
%39.53

CMYK Percentages of Color #948abb

%21
%26
%0
%27

Triadic Colors of #948abb

#948abb #bb948a #8abb94

Analogous Colors of #948abb

#948abb #ad8abb #8a99bb

Monochromatic Colors of #948abb

#948abb

Complementary Color

#948abb #b1bb8a

#948abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#948abb Color CSS Codes

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

#948abb Text Font Color

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

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


#948abb Background Color

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

This div background color is #948abb


#948abb Border Color

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

This div border color is #948abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948abb


Comments

No comments written yet.

Please login to write comment.