Color Hex Logo

#946cbb Color Hex

#946CBB
(148,108,187)
0 Favorites   0 Comments

Color spaces of #946cbb

RGB 148108187
HSL0.750.370.58
HSV270°42°73°
CMYK 0.210.420.00   0.27
XYZ26.544920.608949.5925
Yxy20.60890.27440.2130
Hunter Lab45.397024.9291-32.9915
CIE-Lab52.518831.4872-35.7441

#946cbb color RGB value is (148,108,187).

#946cbb hex color red value is 148, green value is 108 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #946cbb hue: 0.75 , saturation: 0.37 and the lightness value of 946cbb is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 01101100 10111011
Octal 224 154 273
Decimal 148 108 187
Hex 94 6C BB

RGB Percentages of Color #946cbb

%33.41
%24.38
%42.21

CMYK Percentages of Color #946cbb

%21
%42
%0
%27

Triadic Colors of #946cbb

#946cbb #bb946c #6cbb94

Analogous Colors of #946cbb

#946cbb #bb6cbb #6d6cbb

Monochromatic Colors of #946cbb

#946cbb

Complementary Color

#946cbb #93bb6c

#946cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#946cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#946cbb Color CSS Codes

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

#946cbb Text Font Color

<p style="color:#946cbb">Text here</p>

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


#946cbb Background Color

<div style="background-color:#946cbb">
Div content here</div>

This div background color is #946cbb


#946cbb Border Color

<div style="border:3px solid #946cbb">
Div here</div>

This div border color is #946cbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,108,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 #946cbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #946cbb

#946cbb Color Palettes


Comments

No comments written yet.

Please login to write comment.