Color Hex Logo

#937abb Color Hex

#937ABB
(147,122,187)
0 Favorites   0 Comments

Color spaces of #937abb

RGB 147122187
HSL0.730.320.61
HSV263°35°73°
CMYK 0.210.350.00   0.27
XYZ27.961823.710050.1164
Yxy23.71000.27470.2329
Hunter Lab48.692917.2906-26.9382
CIE-Lab55.796323.0746-30.6332

#937abb color RGB value is (147,122,187).

#937abb hex color red value is 147, green value is 122 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #937abb hue: 0.73 , saturation: 0.32 and the lightness value of 937abb is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 01111010 10111011
Octal 223 172 273
Decimal 147 122 187
Hex 93 7A BB

RGB Percentages of Color #937abb

%32.24
%26.75
%41.01

CMYK Percentages of Color #937abb

%21
%35
%0
%27

Triadic Colors of #937abb

#937abb #bb937a #7abb93

Analogous Colors of #937abb

#937abb #b47abb #7a82bb

Monochromatic Colors of #937abb

#937abb

Complementary Color

#937abb #a2bb7a

#937abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#937abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#937abb Color CSS Codes

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

#937abb Text Font Color

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

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


#937abb Background Color

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

This div background color is #937abb


#937abb Border Color

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

This div border color is #937abb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,122,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 #937abb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #937abb


Comments

No comments written yet.

Please login to write comment.