Color Hex Logo

#937abe Color Hex

#937ABE
(147,122,190)
0 Favorites   0 Comments

Color spaces of #937abe

RGB 147122190
HSL0.730.340.61
HSV262°36°75°
CMYK 0.230.360.00   0.25
XYZ28.286423.839851.8259
Yxy23.83980.27210.2293
Hunter Lab48.826017.9650-28.7546
CIE-Lab55.927023.7928-32.1439

#937abe color RGB value is (147,122,190).

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

The process color (four color CMYK) of #937abe color hex is 0.23, 0.36, 0.00, 0.25. Web safe color of #937abe is #9966cc. Color #937abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01111010 10111110
Octal 223 172 276
Decimal 147 122 190
Hex 93 7A BE

RGB Percentages of Color #937abe

%32.03
%26.58
%41.39

CMYK Percentages of Color #937abe

%23
%36
%0
%25

Triadic Colors of #937abe

#937abe #be937a #7abe93

Analogous Colors of #937abe

#937abe #b57abe #7a83be

Monochromatic Colors of #937abe

#937abe

Complementary Color

#937abe #a5be7a

#937abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#937abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#937abe Color CSS Codes

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

#937abe Text Font Color

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

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


#937abe Background Color

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

This div background color is #937abe


#937abe Border Color

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

This div border color is #937abe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,122,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #937abe


Comments

No comments written yet.

Please login to write comment.